PDA

View Full Version : email forms - bcc?


sekritagentgirl
04-11-2003, 03:13 AM
is it possile to send to more than one person in a mail by setting the email address variable as follows...

$YourEmail = 'first-email@domain.com, (second-email@domain.com)';

the first email and (second email) separated by a comma, so that it creates a bcc email to the second address... will that work, or would i have to include two sets of instructions, one for each address, so the script will know to send it twice ?

Saj
04-11-2003, 03:26 PM
BCC I dunno, but if you just want to send it to two people you can just separate it with commas like so:


$emails = 'email1@email.com,email2@email.com'

Rick1951
05-02-2003, 08:33 PM
Could you please tell me what cgi script I would need to send the results of a form to my email and also have a confirmation page come up.
I do have a script now that works most of the time. If someone has Outlook Express on their computer as their email program the script doesn't work. If any other mail program is used such as Netscape then it is fine.
My email is rkormendy@shaw.ca
You can email me if you like and we can communicate that way.
Thanks in advance.