asd
This commit is contained in:
@@ -7,13 +7,13 @@ $emailtemplates = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
// Hinweis zu ENV-Variablen für den Versand (werden außerhalb dieses Files gesetzt):
|
// Hinweis zu ENV-Variablen für den Versand (werden außerhalb dieses Files gesetzt):
|
||||||
// EMAILTEMPLATE_API_BASE = https://... (optional externe Template-API, wie im retool-Sender)
|
EMAILTEMPLATE_API_BASE = https://... (optional externe Template-API, wie im retool-Sender)
|
||||||
// EMAILTEMPLATE_API_TOKEN = <token>
|
EMAILTEMPLATE_API_TOKEN = <token>
|
||||||
// MAIL_TRANSPORT = mail | smtp
|
MAIL_TRANSPORT = mail | smtp
|
||||||
// MAIL_FROM = no-reply@papa-kind-treff.info
|
MAIL_FROM = no-reply@papa-kind-treff.info
|
||||||
// MAIL_FROM_NAME = Papa-Kind-Treff
|
MAIL_FROM_NAME = Papa-Kind-Treff
|
||||||
// SMTP_HOST = smtp.example.com
|
SMTP_HOST = smtp.example.com
|
||||||
// SMTP_PORT = 587
|
SMTP_PORT = 587
|
||||||
// SMTP_USER = <user>
|
SMTP_USER = <user>
|
||||||
// SMTP_PASS = <pass>
|
SMTP_PASS = <pass>
|
||||||
// SMTP_SECURE = tls | ssl | none
|
SMTP_SECURE = tls | ssl | none
|
||||||
|
|||||||
Reference in New Issue
Block a user