mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Improve comments about new email hook
Improve comment docs about newly accessible email hook. I believe this will fix the issue with docs generation.
This commit is contained in:
@@ -99,8 +99,10 @@ var smtpSend = function (transport, mail) {
|
||||
};
|
||||
|
||||
var sendHooks = [];
|
||||
|
||||
/**
|
||||
* Hook that runs before email is sent.
|
||||
* @summary Hook that runs before email is sent.
|
||||
* @locus Server
|
||||
*
|
||||
* @param f {function} receives the arguments to Email.send and should return true to go
|
||||
* ahead and send the email (or at least, try subsequent hooks), or
|
||||
|
||||
Reference in New Issue
Block a user