Reputation: 4267
I have a MVC project that uses a remote SMTP service that works fine sending mail, when on the server, but when I load the project on my local machine and run it, it does not send mail. What could be the problem??? Do I need to enable SMTP on my local development machine?
Upvotes: 0
Views: 733
Reputation: 4267
The MVC settings using a remote smtp server did work for some reason.
I was able to get it to work locally by using google's smtp server instead on port 587.
thank for the replies.
Upvotes: 1