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

New method to allow for saving email to file which also allows using of Send() to send the email #101

Open mkimmet opened 9 years ago

mkimmet commented 9 years ago

I added a method SaveToFile(path), which will allow the user to save an email to a given path without using the Send() method. That way you can both save an email to a file and then also use the Send() method to send the email.