Creates an instance of the MailService.
The MailerService used to send emails.
Private
Readonly
mailerThe MailerService used to send emails.
Asynchronously sends an email to the specified recipient using the configured MailerService.
The recipient's email address.
The subject of the email.
The name of the email template to be used.
Optional
context: objectOptional data object to be used as the context for the email template.
A Promise that resolves when the email is sent.
Generated using TypeDoc
Injectable service responsible for sending emails using the MailerService.
Name
MailService