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

Derive from AsyncController? #79

Open mpaul31 opened 11 years ago

mpaul31 commented 11 years ago

Is is possible to have the current implementation derive from async controller? This would allow the fetching of the mail data to be done on a seperate thread.

thanks!

smsohan commented 11 years ago

It looks like you may have an error with your email server setup. I'd suggest using a standard email client such as outlook and target the same SMTP settings to send an email.

Sohan http://smsohan.com skype:smsohan | gtalk:sohan39 | cell: 403-714-2673

On Fri, Feb 1, 2013 at 2:22 PM, Komenge Mwandila notifications@github.comwrote:

Does anyone know how i could use MvcMailer to send out confirmation email to users at registration. I am using the default MVC 4 internet template which uses WebSecurity. There are hardly any blogs on this topic and i have been stuck for the last couple days. Tried with Native .Net Framework mailer, not luck. You can take a look at my attempt with Native mailer at StackOverflow: http://stackoverflow.com/questions/14633241/how-to-send-confirmation-email-in-mvc4/14637636#comment20467171_14637636

If anyone has some links that could help me send them to komengem@gmail.com

Thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/smsohan/MvcMailer/issues/79#issuecomment-13014843.