Jump to content

mail() silent error


txmedic03

Recommended Posts

I am running a suse linux 9.1 professional box with apache2/php4 and for some reason the mail() function is returning successful, but the messages never reach the destination. I have checked the reference from the php.ini file to the sendmail and it is correct. Is there something more I need to do?
Link to comment
https://forums.phpfreaks.com/topic/4309-mail-silent-error/
Share on other sites

hmmm... maby if you run your own mailserver you should try sending an email to a local domain like [email protected] also look at the sendmail log to see if there is an error there. There are lots of log analysers out there that you can use just search google for sendmail log
Link to comment
https://forums.phpfreaks.com/topic/4309-mail-silent-error/#findComment-14984
Share on other sites

[!--quoteo(post=352433:date=Mar 7 2006, 03:49 AM:name=shocker-z)--][div class=\'quotetop\']QUOTE(shocker-z @ Mar 7 2006, 03:49 AM) [snapback]352433[/snapback][/div][div class=\'quotemain\'][!--quotec--]
hmmm... maby if you run your own mailserver you should try sending an email to a local domain like [email protected] also look at the sendmail log to see if there is an error there. There are lots of log analysers out there that you can use just search google for sendmail log
[/quote]

Actually I could run SMTPd, POP3d, POP2d and/or IMAP4d; but currently I am not. I was under the impression that the idea was you didn't need a SMTPd if you had sendmail. I will check the sendmail log, though. Thanks for the tip. If I get this resolved soon I can go back to working on my scripts and be a happy little coder.
Link to comment
https://forums.phpfreaks.com/topic/4309-mail-silent-error/#findComment-15052
Share on other sites

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.