node_mailer icon indicating copy to clipboard operation
node_mailer copied to clipboard

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

Open Marak opened this issue 14 years ago • 3 comments

Marak avatar Jan 25 '11 15:01 Marak

Any developments on this milestone/feature request?

akiva avatar Aug 01 '11 12:08 akiva

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.

pacovell avatar Aug 03 '11 15:08 pacovell

@pacovell - I would accept a patch for that.

Marak avatar Aug 03 '11 17:08 Marak