mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-17 21:41:49 +03:00
Added JSDoc for GhostMailer replyTo message option
no issue
This commit is contained in:
parent
4a3ac50a82
commit
709b40144d
@ -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…
Reference in New Issue
Block a user