Log In | Register | April 25, 2024

Share
 

Linux - May 31, 2013

Problem Sending Emails using PHP mail

If you are having issues sending out emails using the standard PHP mail you need to make sure that you have sendmail installed and running on the server.

To install sendmail do the following:
yum install sendmail

Then you’ll want to make sure to start the new services:
service sendmail start

Lastly, you’ll want to make sure that sendmail starts automatically after a reboot.
chkconfig sendmail on

If you are still having issues after following the above steps, then you might have a issue where your IP is blacklisted from the recipient server using spam filtering. You can check your IP by using MXToolBox.com.

Post By: | FavoriteLoadingAdd to favorites

0 Comments

Leave a Comment



Need Help? Ask a Question

Ask anything you want from how to questions to debug. We're here to help.

You Must Be Logged In To Post A Question.

Log In or Register