@ -49,10 +49,13 @@ if (env.NEXT_PUBLIC_SMTP_FROM && !env.SMTP_AUTH_DISABLED)
|
|||||||
host: env.SMTP_HOST,
|
host: env.SMTP_HOST,
|
||||||
port: env.SMTP_PORT,
|
port: env.SMTP_PORT,
|
||||||
secure: env.SMTP_SECURE,
|
secure: env.SMTP_SECURE,
|
||||||
auth: {
|
auth:
|
||||||
user: env.SMTP_USERNAME,
|
env.SMTP_USERNAME || env.SMTP_PASSWORD
|
||||||
pass: env.SMTP_PASSWORD,
|
? {
|
||||||
},
|
user: env.SMTP_USERNAME,
|
||||||
|
pass: env.SMTP_PASSWORD,
|
||||||
|
}
|
||||||
|
: undefined,
|
||||||
},
|
},
|
||||||
from: env.NEXT_PUBLIC_SMTP_FROM,
|
from: env.NEXT_PUBLIC_SMTP_FROM,
|
||||||
sendVerificationRequest,
|
sendVerificationRequest,
|
||||||
|
Reference in New Issue
Block a user