crossvertise / ActionMailerNext

Fork of ActionMailer.Net, A easy to use library to generate emails with razor views
MIT License
42 stars 24 forks source link

DeliverAsync not sending emails #29

Open chukkalasandeep opened 8 years ago

chukkalasandeep commented 8 years ago

Hi,

I am using the actionmailernext mvc for sending the emails and using the SMTP configuration.

The emails are not sent when I use the DeliverAsync method but when I use the Deliver the emails are getting through.

Is there any additional configuration for DeliverAsync method.