Jump to content

mail($to,$sub,$body1, $headers); DOESNT work


megetron

Recommended Posts

Usually if the mail function has worked it's an issue with your MTA (most likely sendmail, postfix or exim)

 

If so check your /var/log/mail.log, exim log, postfix log etc and see what the MTA is doing with the email.

 

In your shell run the following command if using sendmail :

 

tail -f /var/log/mail.log

 

Then run your script and usually you will see the email appear in that and give an error if it fails.

In the past when I have had issues with hosted websites, it has sometimes been the 'from' email address has to come from an address on your domain. Just a possible reason why it is disappearing. There is usually a forum on hosted websites which have lots of email problems (with solutions) so it may be a good idea to check these out too.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.