From 5c59ccf75d7b9a99a04766bda613ac7c5ecd04bd Mon Sep 17 00:00:00 2001 From: Yuri-Lima Date: Fri, 25 Aug 2023 16:50:48 +0000 Subject: [PATCH] SMTP FROM Added --- .env | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 8ca4c42..cad0177 100644 --- a/.env +++ b/.env @@ -8,12 +8,13 @@ REDIS_HOST=49.13.21.211 REDIS_PORT=6379 RUN_JOB_QUEUE=1 SMTP_TYPE=smtp -SMTP_NAME=smtp.sendgrid.net -SMTP_HOST=smtp.sendgrid.net +SMTP_FROM=yuri.lima@phx-erp.de +SMTP_NAME=mail.phx-erp.de +SMTP_HOST=mail.phx-erp.de SMTP_PORT=465 SMTP_SECURE=true -SMTP_USER=apikey -SMTP_PASS="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" +SMTP_USER=yuri.lima@phx-erp.de +SMTP_PASS=0rB0@et68 SMTP_LOGGING=true SMTP_DEBUG=true SMTP_TLS_REJECT_UNAUTHORIZED=false