guileen / node-sendmail

send mail without setting up a SMTP server
http://guileen.github.com/node-sendmail
MIT License
559 stars 110 forks source link

Dependency mailcomposer is deprecated #50

Open eauw opened 6 years ago

eauw commented 6 years ago

Dependency mailcomposer is deprecated. Authors message: "This project is unmaintained". https://www.npmjs.com/package/mailcomposer

GreenPioneer commented 5 years ago

@eauw I just haven't addressed it yet but will updated this soon in a new release

GreenPioneer commented 5 years ago

@eauw

Check this out - https://github.com/guileen/node-sendmail/tree/feature/%2359_update

let me know if it still works for you

I decided to pull the deprecated package in because we made a conscious decision in 1.0.0 that we did not want to get into the game of formatting emails properly. Picking a package like mail composer allowed up to add a ton of extra functionality because it was all in the formatting. Now that is deprecated it leaves us with 3 options

Im leaning toward option one as you see in the branch above

TylerHaigh commented 3 years ago

Hey @GreenPioneer Just came across this one. Was a decision ever made to pull the deprecated package in? Cheers