mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove incorrect @deprecated annotation.
The correct strategy is: 1. Only sync. (Current) 2. Both sync and async (with a suffix). 3. Only async (without a suffix). Thank you! @StorytellerCZ and @radekmie
This commit is contained in:
@@ -231,7 +231,6 @@ Email.customTransport = undefined;
|
||||
* @param {Object[]} [options.attachments] Array of attachment objects, as
|
||||
* described in the [nodemailer documentation](https://nodemailer.com/message/attachments/).
|
||||
* @param {MailComposer} [options.mailComposer] A [MailComposer](https://nodemailer.com/extras/mailcomposer/#e-mail-message-fields)
|
||||
* @deprecated in 2.8
|
||||
* object representing the message to be sent. Overrides all other options.
|
||||
* You can create a `MailComposer` object via
|
||||
* `new EmailInternals.NpmModules.mailcomposer.module`.
|
||||
|
||||
Reference in New Issue
Block a user