Profitability.Net Logo 513.361.0800   
 
Header Image
Knowledgebase Home Knowledgebase Home
Search the Knowledgebase Browse by Category
Warning: mail(): SMTP server response: 451 See http://pobox.com/~djb/docs/smtplf.html
Would you like to...
Print this page
This error typically occurs when using the PHP Mail() function.  It occurs because of the use of bare \n's in the code for the mail session.  To fix the error, simply replace any \n's in your mail conversation with \r\n.
Related Questions
No related questions were found.
Attachments
No attachments were found.