node-sendmail icon indicating copy to clipboard operation
node-sendmail copied to clipboard

Needs update

Open ghost opened this issue 6 years ago • 5 comments

Needs an update, multiple packages are depricated

Expected Behavior

should be updated

Current Behavior

mailcomposer and buildmail are unmaintained

Possible Solution

Update and find newer dependencies

Your Environment

Windows, Node 11x

ghost avatar Mar 07 '19 16:03 ghost

@EclipseMain yea we will get this done within the week

GreenPioneer avatar Apr 24 '19 03:04 GreenPioneer

@GreenPioneer : ping

benbucksch avatar Jul 03 '19 22:07 benbucksch

@benbucksch - thanks for the ping

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

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

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

GreenPioneer avatar Jul 04 '19 04:07 GreenPioneer

@GreenPioneer Is there a reason why they are deprecated?

CherryNerd avatar Jul 08 '19 12:07 CherryNerd

@pixelplanetdev you are spot on with that and its fine if you want to switch back to nodemailer

I have thoughts about going back to the old way we build mail before we brought on buildmail but i dont know if would add enough value to the package because its due for a rewrite anyway

GreenPioneer avatar Jan 08 '20 02:01 GreenPioneer