mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Added JSDoc for GhostMailer replyTo message option
no issue
This commit is contained in:
parent
4a3ac50a82
commit
709b40144d
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ module.exports = class GhostMailer {
|
|||
* @param {string} message.subject - email subject
|
||||
* @param {string} message.html - email content
|
||||
* @param {string} message.to - email recipient address
|
||||
* @param {string} [message.replyTo]
|
||||
* @param {string} [message.from] - sender email address
|
||||
* @param {string} [message.text] - text version of this message
|
||||
* @param {boolean} [message.forceTextContent] - maps to generateTextFromHTML nodemailer option
|
||||
|
|
Loading…
Add table
Reference in a new issue