Send Email From Local Machine
I have a HelpDesk query form that sends an email to the helpdesk with a users problem. I'm trying to test this on my local machine but each time I get to the mail() code it returns the below error.
"Warning: mail(): SMTP server response: 451 See http://pobox.com/~djb/docs/smtplf.html. in ......."
I went to the link and read some emails to addresses like msn.com might not get through but I sent an email to myself and it still returned the error message.
Can anyone offer some suggestions?
Thanks. :confused: