View Single Post
  #1 (permalink)  
Old 09-10-03, 03:03 AM
sukino sukino is offline
New Member
 
Join Date: Sep 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Help with feedback form

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?
Reply With Quote