Added JSDoc for GhostMailer replyTo message option

no issue
This commit is contained in:
Simon Backx 2022-11-28 18:37:14 +01:00
parent 4a3ac50a82
commit 709b40144d

View File

@ -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