Forum Moderators: coopster & phranque

Message Too Old, No Replies

formmail problem

bad/no recipient

         

stef25

10:29 pm on May 14, 2004 (gmt 0)

10+ Year Member



i modified only the following in the formmail script

$mailprog = '/usr/sbin/sendmail -i -t';

@referers = ('example.org');

@recipients = &fill_recipients('example.org');

and the form field reads

<input name="recipient" type="hidden" value="admin@example.org" />

i still get a bad/no recipient error msg which points to a problem with the @referers

according to the lines above this should be correct though?

do i need to make additional changes in the script apart from the lines quoted above?

many thanks
stefan

[edited by: jatar_k at 10:32 pm (utc) on May 14, 2004]
[edit reason] removed specifics [/edit]

MichaelBluejay

3:19 am on May 15, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I think we probably need to see a lot more of the code before we can see what's really going on.