Hey There, What would be the simplest way to send a customised html email using asp.net?
I suppose ideally I would like to send html via email rather than returning it to the browser via a ActionResult, as I normally would. This way I could build the email as a view, supply it with data via a model and then fire it using standard .NET email stuff.
It this feasible / the way to do it?
Thanks,