Hi,
If you need -f option, then look for this setting in FormMail:
and set it to true:PHP Code:define("SENDMAIL_F_OPTION",false);
If that still doesn't work, then you need to specify yourself (or some email address that works) as the FromAddr. Put this in your form (or add it to your existing mail_options field):PHP Code:define("SENDMAIL_F_OPTION",true);
Code:<input type="hidden" name="mail_options" value="FromAddr=username(at)domain.co.uk" />


Reply With Quote

Bookmarks