smsohan / MvcMailer

A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style
MIT License
582 stars 178 forks source link

As a Developer, I want to use absolute URL's in mailer views so that the email client can show meaningful links to my application #1

Closed smsohan closed 13 years ago

smsohan commented 13 years ago

UrlHelper.Action("SomeAction") creates relative URLs. I want to use absolute URL's instead.

smsohan commented 13 years ago

Creating a new class called AbsoluteUrlHelper to extend the methods of UrlHelper that don't return Absolute urls.