alexbeletsky / elmah-mvc

Painless integration of ELMAH into ASP.NET MVC application
http://nuget.org/packages/Elmah.MVC
Apache License 2.0
266 stars 61 forks source link

Send elmahMail with Sendgrid API #102

Open rjsnyderdesign opened 4 years ago

rjsnyderdesign commented 4 years ago

Hello, normally i used the SMTP settings in my web.config file with UN/PW to my Sendgrid account to send elmah error emails. But, with two factor authentication I don't believe sendgrid allows that. Is there a way to use their API key to authenticate the Elmah error emails?

I've posted this question on: https://stackoverflow.com/questions/62309505/elmah-sending-error-mails-with-sendgrid-api-keys

Thank you!