andrewdavey / postal

Email sending for asp.net mvc using the view engine system to render emails.
http://aboutcode.net/postal
MIT License
536 stars 169 forks source link

A from address must be specified #150

Closed mbasirati closed 8 years ago

mbasirati commented 8 years ago

Hi I want to use Strongly-typed emails but I get this error:

A from address must be specified

Please help me!

mbasirati commented 8 years ago

I found the problem. I added from to smtp tag in web.config. <smtp deliveryMethod="Network" from="xxx@gmail.com"> <network host="smtp.gmail.com" port="587" enableSsl="true" userName="xxx@gmail.com" password="xxx" /> </smtp>