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 support for development SMTP servers like MailHog #21

Closed gumannp closed 7 years ago

gumannp commented 7 years ago

Description

A property describing a port for a local SMTP server (see MailHog) was added. If the property is omitted, sendmail behaves like it used to.

Motivation and Context

This feature makes it possible to test an application offline and for multiple email addresses without needing to create hundreds of mail accounts.

Types of changes

GreenPioneer commented 7 years ago

Ill check this out later this week or in the beginning of next. Im at Node interactive conf currently

GreenPioneer commented 7 years ago

I got to review it briefly but i like it. Im gonna do a more in-depth look at the code but regardless i will probably accept within the next couple days