mail() function returning false - no warnings or errors (Boru)

Status
Not open for further replies.

thebody44

New Member
Messages
5
Reaction score
0
Points
0
I'm getting around to performing some updates on my website and I noticed that my mail() functions are not sending - the function call just returns false. The page below has 4 var_dumps (To, Subject, Body, Headers - respectively) and then a message based on the return value of the mail() function call. Can someone please help me determine the point of failure. I'm on Boru. Thanks.

http://www.elementarypaper.com/__test.php
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Try adjusting the content type to:

Content-type: text/plain
 

thebody44

New Member
Messages
5
Reaction score
0
Points
0
I'll try that tomorrow though it's kind of self defeating since my end goal is to create HTML emails. Thanks for the response though. I'll report back soon.

---------- Post added 09-02-2011 at 08:04 AM ---------- Previous post was 09-01-2011 at 10:44 PM ----------

Updated to text/plain and still no dice. The email address I'm sending from is a valid one in my cPanel but I haven't setup any of the authentication inside cPanel for it. Do I need to do anything there? Any help is appreciated. Thanks.
 
Status
Not open for further replies.
Top