Emails are not sent
-
Emails are not sent anymore so users can’t register and I don’t receive email notifications. Emails used to work.
My website is hosted on OpenShift, if that’s relevant.
I can send emails with the following command from Linux:
echo "This is a test." | mail -s Testing [email protected]
Then I created a php file with the following contents:<?php mail ( '[email protected]', "Test mail", "Test mail from your server name" ); ?>
This doesn’t work.
What’s wrong?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Emails are not sent’ is closed to new replies.