andrewdavey / postal

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

Previewing emails in MVC4 #85

Closed plmeister closed 10 years ago

plmeister commented 10 years ago

Hi Andrew,

really liking postal so far, added it to my project last night and was generating emails within minutes - very easy to use..

it looks as though you're missing EmailViewResult.cs from your MVC4 project though, so I can't preview emails as shown in your examples - is it just a case of adding this file to the project or is there some other compatibility problem that precludes it from working in MVC4 ?

andrewdavey commented 10 years ago

Ah, good catch. It needs adding to each of the Postal.Mvc* projects.

plmeister commented 10 years ago

thanks for that - working beautifully now!