yxcyxc
This commit is contained in:
@@ -22,8 +22,8 @@ if (getenv('EMAILTEMPLATE_SENDER_TOKEN') === false) putenv('EMAILTEMPLATE_SENDER
|
||||
if (getenv('MAIL_TRANSPORT') === false) putenv('MAIL_TRANSPORT=smtp');
|
||||
if (getenv('MAIL_FROM') === false) putenv('MAIL_FROM=no-reply@papa-kind-treff.info');
|
||||
if (getenv('MAIL_FROM_NAME') === false) putenv('MAIL_FROM_NAME=Papa-Kind-Treff');
|
||||
if (getenv('SMTP_HOST') === false) putenv('SMTP_HOST=');
|
||||
if (getenv('SMTP_PORT') === false) putenv('SMTP_PORT=587');
|
||||
if (getenv('SMTP_USER') === false) putenv('SMTP_USER=');
|
||||
if (getenv('SMTP_PASS') === false) putenv('SMTP_PASS=');
|
||||
if (getenv('SMTP_SECURE') === false) putenv('SMTP_SECURE=tls');
|
||||
if (getenv('SMTP_HOST') === false) putenv('SMTP_HOST=w0207fd0.kasserver.com');
|
||||
if (getenv('SMTP_PORT') === false) putenv('SMTP_PORT=465');
|
||||
if (getenv('SMTP_USER') === false) putenv('SMTP_USER=no-reply@papa-kind-treff.info');
|
||||
if (getenv('SMTP_PASS') === false) putenv('SMTP_PASS=8*4gf1f)#öXk-OdÄöw#0');
|
||||
if (getenv('SMTP_SECURE') === false) putenv('SMTP_SECURE=ssl');
|
||||
|
||||
Reference in New Issue
Block a user