Update commento to use mailgun

This commit is contained in:
Jake Howard
2022-09-18 15:01:16 +01:00
parent 63c1bc29db
commit 8300d6dbf3
2 changed files with 33 additions and 31 deletions

View File

@ -19,8 +19,8 @@ services:
- COMMENTO_FORBID_NEW_OWNERS=true
- COMMENTO_GITHUB_KEY={{ commento_github_client_id }}
- COMMENTO_GITHUB_SECRET={{ commento_github_client_secret }}
- COMMENTO_SMTP_HOST=smtp.fastmail.com
- COMMENTO_SMTP_PORT=465
- COMMENTO_SMTP_HOST=smtp.eu.mailgun.org
- COMMENTO_SMTP_PORT=587
- COMMENTO_SMTP_USERNAME={{ commento_smtp_username }}
- COMMENTO_SMTP_PASSWORD={{ commento_smtp_password }}
- COMMENTO_SMTP_FROM_ADDRESS={{ commento_from_email }}