Forum Moderators: coopster & phranque

Message Too Old, No Replies

formail.pl question

sending to multiple recipients

         

htdawg

6:31 am on May 25, 2005 (gmt 0)

10+ Year Member



Hello All,

just a quick question, I set up the formmail.pl script to sent emails from my site and it works fine but when i tried to add another email (hotmail account) that i want to recieve emails to nothing happens, no error message but i recive the message to my domain's email.

i followed the example from the read me file for addin multiple recipients and i think i did it correctly.

any suggestions?

thanks

wruppert

3:58 pm on May 25, 2005 (gmt 0)

10+ Year Member



I assume this is what you are doing:


2. Can I have multiple recipients?

Yes, all you have to do is put multiple e-mail addresses in the recipient field of your form, separated by commas.

<input type=hidden name="recipient"
value="email1@address1.com,email2@address2.net">

If so, make sure it works with 1 recipient, and then very carefully re-add the second.

You may want to post snippets of your form (with URL's examplified.)