Add @since to customTransport

This commit is contained in:
Jan Dvorak
2021-07-29 10:15:31 +02:00
parent 6575ecfd40
commit 95fc111557

View File

@@ -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.
*/