nodemailer

Methods

# (static) sendConfirmationEmail(name, email, confirmationCode)

Sends an email to the user with a link to confirm their email address.

Parameters:
Name Type Description
name String

Name of the user

email String

Email of the user

confirmationCode String

Confirmation code for the user

# (static) sendForgotEmail(name, email, forgotPasswordCode)

Sends an email to the user with a link to reset their password.

Parameters:
Name Type Description
name String

Name of the user

email String

Email of the user

forgotPasswordCode String

Password reset code for the user