Open JamesReate opened 9 years ago
+1 or 2 on this one! I've been looking for a nuget pkg to use to send emails that supports Razor templates but runs standalone outside web context (asp.net) since this will be code in a class library.
This project seemed interesting till I drilled into the dependency chain and found both SendGrid and Mandrill.
Those need to be separate and build on the core package.
Hey JamesReate, hey tafs7!
You're definitly right on this. We will improve the structuce of the packages and their dependencies in the next weeks.
We will put all "third-party" MailSenders into separate packages that can be installed on demand. Only the SmtpMailSender will remain in the core package.
Max
Sounds great, thanks!
Any update on this? I'd also like to see this implemented.
I made a PR (#23) to update to mvc 5.3 and remove the unnecessary dependencies
went ahead and published my own nuget package https://www.nuget.org/packages/ActionMailerNext.Mvc5-3/
Hi, shouldn't the SendGrid mail sender be an additional instalable nuget like the Postmark one is? Ie. to keep the seperation between what actionmailer does and what the email sender does...
thanks for a nice tool btw