chore: change the email service
This commit is contained in:
@@ -9,7 +9,7 @@ export function mailerConfig(): MailerAsyncOptions {
|
||||
transport: {
|
||||
host: configService.getOrThrow<string>("SMTP_HOST"),
|
||||
port: configService.getOrThrow<number>("SMTP_PORT"),
|
||||
secure: false,
|
||||
secure: true,
|
||||
auth: {
|
||||
user: configService.getOrThrow<string>("SMTP_USER"),
|
||||
pass: configService.getOrThrow<string>("SMTP_PASS"),
|
||||
|
||||
Reference in New Issue
Block a user