guileen / node-sendmail

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

added devHost option #33

Closed hdon closed 7 years ago

hdon commented 7 years ago

Description

Add option to override "localhost" when sending all SMTP traffic to a dummy server.

Motivation and Context

It's a simple addition and makes the testing behavior a little more flexible.

Actually though I already have an SMTP server and adding this was a cheap way to direct my email through that server.

How Has This Been Tested?

Works for me.

Types of changes

Checklist:

GreenPioneer commented 7 years ago

im traveling and will look at this next week

GreenPioneer commented 7 years ago

@hdon hey donny how did you test that it works for you ?

hdon commented 7 years ago

@GreenPioneer I'm actually using it to send email through our SMTP server.

hdon commented 7 years ago

Is there going to be any movement on this?

GreenPioneer commented 7 years ago

@hdon sorry i took so long on this. Got it in now thank you very much for you work