Marak / node_mailer

## Project deprecated, see README
MIT License
387 stars 64 forks source link

create better way / document better way for stubbing out an smtp server for testing purposes #18

Open Marak opened 13 years ago

akiva commented 13 years ago

Any developments on this milestone/feature request?

pacovell commented 13 years ago

ActionMailer creates a "deliveries" array that can be queried for testing purposes. I think this is a reasonable way to test that you have created the email and queued it for delivery, but it does not test that you are properly configured to successfully send the email.

Marak commented 13 years ago

@pacovell - I would accept a patch for that.