update wp admin mail config

This commit is contained in:
Simon 2024-07-10 14:34:49 +02:00
parent b063a975d6
commit c247a3e94a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ wordpress:
SMTP_HOST: "{{smtp_host}}"
MAIL_FROM: "{{smtp_user}}@{{smtp_domain}}"
SMTP_USER: "{{smtp_user}}@{{smtp_domain}}"
ADMIN_EMAIL: "{{smtp_user}}@{{smtp_domain}}"
ADMIN_EMAIL: "{{smtp_admin}}@{{smtp_domain}}"
uncomment:
- SMTP_PORT
- SMTP_AUTH