An open API service indexing awesome lists of open source software.

https://github.com/gwendall/meteor-email-watch

Watch sent emails
https://github.com/gwendall/meteor-email-watch

Last synced: about 2 months ago
JSON representation

Watch sent emails

Awesome Lists containing this project

README

        

```diff
- 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
------------

``` sh
meteor add gwendall:email-watch
```

Methods
-------

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

To do
-----

Handle SMTP errors