mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
adapt emailer config to config changes
This commit is contained in:
parent
c2ae50deaa
commit
3620419565
@ -41,7 +41,7 @@ export const sendEmailTranslated = async (params: {
|
|||||||
host: CONFIG.EMAIL_SMTP_URL,
|
host: CONFIG.EMAIL_SMTP_URL,
|
||||||
port: Number(CONFIG.EMAIL_SMTP_PORT),
|
port: Number(CONFIG.EMAIL_SMTP_PORT),
|
||||||
secure: false, // true for 465, false for other ports
|
secure: false, // true for 465, false for other ports
|
||||||
requireTLS: true,
|
requireTLS: CONFIG.EMAIL_TLS,
|
||||||
auth: {
|
auth: {
|
||||||
user: CONFIG.EMAIL_USERNAME,
|
user: CONFIG.EMAIL_USERNAME,
|
||||||
pass: CONFIG.EMAIL_PASSWORD,
|
pass: CONFIG.EMAIL_PASSWORD,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user