Jump to content

php mail() !?


astralaaron

Recommended Posts

I've never had a problem with this function over the past few years until now...It seems to work fine if I only put 1 word in the subject of the email... for instance... $subject = 'test'; will send. but if I change it to $subject = 'test test'; it returns true like the mail is going to send... but never shows up..if I change it back to 'test' and send again, it shows right up....

Link to comment
Share on other sites

It would help to check the outgoing mail server logs to see what it's doing with the message and, if the server sends it, check the logs on the other server to see if it received it and what it did with it. The problem could be on either side, either the mail function is screwing up what it ends up giving to the mail server, or the receiver isn't processing it right, or it's getting blocked, or your code is wrong. It's got to be one of those...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...