| Warning: mail(): SMTP server response: 451 See http://pobox.com/~djb/docs/smtplf.html |
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.
|