mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:19:30 +00:00
Send a password reset email
This commit is contained in:
@@ -266,12 +266,9 @@ class Emailer {
|
||||
if (typeof this.#transporter === 'undefined')
|
||||
await this.getTransporter();
|
||||
|
||||
console.log(`Sending`);
|
||||
console.log(email);
|
||||
console.log(this.#host,
|
||||
this.#user,
|
||||
this.#password,
|
||||
this.#secure);
|
||||
const message = email.getMessageObject();
|
||||
|
||||
this.#transporter.sendMail(message);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user