diff --git a/packages/email/email.js b/packages/email/email.js index c9425114fa..ed46eada8b 100644 --- a/packages/email/email.js +++ b/packages/email/email.js @@ -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