mailcowdockerized-postfix-mailcow-1

This commit is contained in:
Andreas Knuth 2025-06-09 19:53:18 -05:00
parent 1758b29062
commit 9ac6357a46
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
# Konfiguration # Konfiguration
SMTP_HOST = "localhost" # MailCow Postfix-Container SMTP_HOST = "mailcowdockerized-postfix-mailcow-1" # 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}")