From 4ddb0cd39dca471408d7bb2332ffc45391b90345 Mon Sep 17 00:00:00 2001 From: Yuri-Lima Date: Fri, 25 Aug 2023 16:12:17 +0000 Subject: [PATCH] .env test email --- .env | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index f5b94e9..8ca4c42 100644 --- a/.env +++ b/.env @@ -8,12 +8,12 @@ REDIS_HOST=49.13.21.211 REDIS_PORT=6379 RUN_JOB_QUEUE=1 SMTP_TYPE=smtp -SMTP_NAME=mail.phxerp.de -SMTP_HOST=mail.phxerp.de -SMTP_PORT=587 -SMTP_SECURE=false -SMTP_USER=dev@phx-erp.de -SMTP_PASS=irh65!K71 +SMTP_NAME=smtp.sendgrid.net +SMTP_HOST=smtp.sendgrid.net +SMTP_PORT=465 +SMTP_SECURE=true +SMTP_USER=apikey +SMTP_PASS="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" SMTP_LOGGING=true SMTP_DEBUG=true SMTP_TLS_REJECT_UNAUTHORIZED=false