[Ilugc] Reg:sending email using PHP

  • From: linux@xxxxxxxxxxxxxxxx (Suresh Ramasubramanian)
  • Date: Tue Nov 23 11:40:12 2004

Gilbert Raja wrote:

     i created one program for sending mails using
PHP. i want confirmation from the mail server, whether
mail sent  or bounced. i googled a lot about this. But
i found nothing. Any suggestions pls.

check your smtp logs

and set php mail to use a real sender - if you dont, it will use 
www@your-server, httpd@your-server etc (whatever uid/gid apache runs as)

if there are a lot of emails, set up and use mailman instead of using 
phpmail for this

Other related posts: