crossvertise / ActionMailerNext

Fork of ActionMailer.Net, A easy to use library to generate emails with razor views
MIT License
42 stars 24 forks source link

Remove dependency on SendGrid, Mandrill #13

Open JamesReate opened 9 years ago

JamesReate commented 9 years ago

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

tafs7 commented 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.

hydr commented 9 years ago

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

JamesReate commented 9 years ago

Sounds great, thanks!

Eonasdan commented 8 years ago

Any update on this? I'd also like to see this implemented.

Eonasdan commented 8 years ago

I made a PR (#23) to update to mvc 5.3 and remove the unnecessary dependencies

Eonasdan commented 8 years ago

went ahead and published my own nuget package https://www.nuget.org/packages/ActionMailerNext.Mvc5-3/