new SMTP HOST name
This commit is contained in:
parent
55781bea6f
commit
5d961fad9d
|
|
@ -15,7 +15,8 @@ logging.basicConfig(level=logging.INFO)
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
# Konfiguration
|
# Konfiguration
|
||||||
SMTP_HOST = "mailcowdockerized-postfix-mailcow-1" # MailCow Postfix-Container
|
# SMTP_HOST = "mailcowdockerized-postfix-mailcow-1" # MailCow Postfix-Container
|
||||||
|
SMTP_HOST = "postfix-mailcow" # MailCow Postfix-Container
|
||||||
SMTP_PORT = 25 # Fest auf Port 25 ohne TLS
|
SMTP_PORT = 25 # Fest auf Port 25 ohne TLS
|
||||||
API_TOKEN = os.environ.get('API_TOKEN', 'your-api-token') # Muss mit Lambda übereinstimmen
|
API_TOKEN = os.environ.get('API_TOKEN', 'your-api-token') # Muss mit Lambda übereinstimmen
|
||||||
logger.info(f"API_TOKEN: {API_TOKEN}")
|
logger.info(f"API_TOKEN: {API_TOKEN}")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue