$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]