mukthar Posted April 20, 2006 Share Posted April 20, 2006 Hi friends, I hope you all would help me to solve this problem. First I will give you my phpinfor [a href=\"http://www.puremagic.ae/mailtes/inf.php\" target=\"_blank\"]http://www.puremagic.ae/mailtes/inf.php[/a] Now with these settings I am trying to send a mail from the server, for example a contact form processor. I have tried everything I know, from basic php mail() function to the best of them, phpmailer. Basic php mail() functions returns a true value indicating that mails are sent. But I never receive them. I have tried threeavailable options at phpmailer too. basic mail, sendmail (I set the sendmail path correctly as seen in [a href=\"http://www.puremagic.ae/mailtes/inf.php)\" target=\"_blank\"]http://www.puremagic.ae/mailtes/inf.php)[/a] and smtp mailing. Previously, when I face such errors smtp mailing with user name , password and smtpserver name would work in other servers , but here it also fails here. PHP mailer prints some error and it also fails even with a valid user name and password Please advice. Best Regards, Mukthar M. Quote Link to comment Share on other sites More sharing options...
Roberto Posted April 20, 2006 Share Posted April 20, 2006 If mail() returns true but doesn't send the mail, there must be a configuration problem with your server. Try contacting the sysadmin for your server (your hosting provider?)Rob Quote Link to comment Share on other sites More sharing options...
kenrbnsn Posted April 20, 2006 Share Posted April 20, 2006 As the manual says:[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--] Returns [b]TRUE[/b] if the mail was successfully accepted for delivery, [b]FALSE[/b] otherwise.It is important to note that just because the mail was accepted for delivery, it does NOT mean the mail will actually reach the intended destination. [/quote]There are many reasons why mail might not reach its destination. A number of them relate to spam filters set up by the various online mail sites like AOL, MSN, Hotmail, and Yahoo! Mail,Can you post the script(s) you have been using when attempting to send the email?If you have access to the mail logs on your host, check to see if your email messages are being sent. If you don't ask your hosting provider to check.Ken Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.