From 95fc1115579d7cd7fd10fcc174fc198e609edcc9 Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Thu, 29 Jul 2021 10:15:31 +0200 Subject: [PATCH] Add @since to customTransport --- packages/email/email.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/email/email.js b/packages/email/email.js index fe239d662f..54b32fa99f 100644 --- a/packages/email/email.js +++ b/packages/email/email.js @@ -167,6 +167,7 @@ Email.hookSend = function (f) { /** * @summary Overrides sending function with your own. * @locus Server + * @since 2.2 * @param f {function} function that will receive options from the send function and under `settings` will * include the package settings from Meteor.settings.packages.email for your custom transport to access. */