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
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.)