smsohan / MvcMailer

A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style
MIT License
585 stars 176 forks source link

Documentation Needed for Gmail with Two-Step Verification #141

Open wmbeers opened 9 years ago

wmbeers commented 9 years ago

This is purely a documentation issue, but if you are using Gmail's SMTP server and have two-step verification enabled, you have to create an app-specific password and use that in the config.

The page for setting up app-specific passwords is https://security.google.com/settings/security/apppasswords

Adding a note to this effect in the comments added to web.config would be helpful.