guileen / node-sendmail

send mail without setting up a SMTP server

Home Page:http://guileen.github.com/node-sendmail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency mailcomposer is deprecated

eauw opened this issue · comments

commented

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

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

@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

  • pull in the deprecated packages and maintain them ourselves
  • remove it and find an alternative
  • go back to the basic formatting we had before

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

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