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
- Host: GitHub
- URL: https://github.com/gwendall/meteor-email-watch
- Owner: gwendall
- Created: 2014-10-04T19:42:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T14:22:51.000Z (almost 8 years ago)
- Last Synced: 2025-04-04T22:46:58.720Z (about 2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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