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

Implement GetLocalResourceObject in EmailHttpContext #42

Closed anysomewhere closed 10 years ago

anysomewhere commented 12 years ago

It would be nice to have the GetLocalResourceObject and GetGlobalResourceObject methods available in EmailHttpContext to make multilanguage Emails

andrewdavey commented 10 years ago

v0.9.0 removed EmailHttpContext and now used a HttpContextWrapper instead. This should fix this.