meteor-email-watch

Watch sent emails

Stars
6
- NOTE: This package is not maintained anymore.
- If you want to help, please reach out to [email protected]

Meteor Email Watch

Watch emails sent with a callback.

Installation

meteor add gwendall:email-watch

Methods

Email.onSend(function(err, res) {
  // Deal with it
  // err: Meteor error
  // res: Email options -- { from, to, etc. }
});

To do

Handle SMTP errors