Skip to content

Commit

Permalink
Merge pull request #64 from PretendoNetwork/dev
Browse files Browse the repository at this point in the history
Merge dev to master
  • Loading branch information
jonbarrow authored Feb 28, 2023
2 parents 25c7a1a + 05bd48e commit 8c07ae8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mailer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (!disabledFeatures.email) {

/**
@param {Object} options
@param {String} options.to The address to send the email to
@param {String} options.to The address of the recipient
@param {String} options.subject The subject of the email
@param {String} options.username The username of the user (shown in the greeting)
Expand Down Expand Up @@ -51,6 +51,7 @@ async function sendMail(options) {
}

await transporter.sendMail({
from: config.email.from,
to,
subject,
text,
Expand Down

0 comments on commit 8c07ae8

Please sign in to comment.