Forum Moderators: coopster & phranque

Message Too Old, No Replies

Is this the correct set up for recipients in Formmail

         

astoller

12:40 pm on Mar 3, 2003 (gmt 0)

10+ Year Member



Currently I have my script set up as :

<input type="hidden" name="recipient" value="info@site.co.uk,">

<input type="hidden" name="recipient" value="info@website.com">

Should the 2 lines be combined into 1?
I think only the 2nd recipient is getting the email.

[edited by: jatar_k at 2:44 pm (utc) on Mar. 3, 2003]

Birdman

12:46 pm on Mar 3, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you are trying to have the mail sent to both address, put them both together:

<input type="hidden" name="recipients" value="you@you.com,me@me.com" />

Allen

5:16 pm on Mar 4, 2003 (gmt 0)

10+ Year Member



Just a bitem byt you should specify which formmail your using, as there's about a million of the things.

I currently use the NMS formmail available from:
[nms-cgi.sourceforge.net...]

Good docs :)

Allen