I email manually and automatically from web pages using Apache and Exim.
I never have problems.

In a web page's PHP:-

> $headers = 'From: '.$from."\n".
>            'Disposition-Notification-To: [email protected]'."\n".
>            'Return-Receipt-To: [email protected]'."\n".
>            'Bcc: [email protected]'."\n".
>            'Content-Type: text/plain; charset=ISO-8859-1'."\n";

> mail($to,$subj,$mess,$headers,'-f [email protected]);

In Exim:-

> trusted_users                     = apache

Hope this helps.


-- 
Regards,

Paul.
England, EU.




-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to