PHP Mail with Plesk - Not Sending/Receiving Any Emails

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dharris89
Forum Newbie
Posts: 1
Joined: Wed May 07, 2014 3:14 pm

PHP Mail with Plesk - Not Sending/Receiving Any Emails

Post by dharris89 »

I recently got a new dedicated private server from 1&1. It has the latest version of Plesk Panel (11.5.30). On all of my webpages hosted from the server, none of them can send emails. Whenever I test this from here http://championsfunding.com/contact-us, it says that it successfully sent the email but I receive no emails at all. Here's a test PHP mail script with more detailed information: http://championsfunding.com/mail_test.php. Any help would be appreciated.

Update 5/7/14:

I skimmed through the mail log and found no problems except
May 7 10:05:53 u17259487 qmail: 1399471553.284374 delivery 29: deferral: ./Maildir:_No_such_file_or_directory/
I created the Maildir folder in the root folder and still no emails.

Here's the log http://championsfunding.com/maillog.txt
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP Mail with Plesk - Not Sending/Receiving Any Emails

Post by Christopher »

Do you know how PHP is configured for mail? Linux or Windows?
(#10850)
Post Reply