HTML = HTML & "<FORM METHOD=POST name=Mail action='mailto:" & toemail & "?bcc=" & bcc & "&subject=" & subject & "' enctype=text/plain>"
The above line should be able to sent to the detinated email address, bcc address and set the msg subject to the same value as in the database. However, the form information only send to the detinated email address and also set the subject. BUT, it didn't sent the mail to the bcc.... I need to have the email to send to the bcc address. Any advice?