update wp admin mail config
This commit is contained in:
parent
b063a975d6
commit
c247a3e94a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ wordpress:
|
||||||
SMTP_HOST: "{{smtp_host}}"
|
SMTP_HOST: "{{smtp_host}}"
|
||||||
MAIL_FROM: "{{smtp_user}}@{{smtp_domain}}"
|
MAIL_FROM: "{{smtp_user}}@{{smtp_domain}}"
|
||||||
SMTP_USER: "{{smtp_user}}@{{smtp_domain}}"
|
SMTP_USER: "{{smtp_user}}@{{smtp_domain}}"
|
||||||
ADMIN_EMAIL: "{{smtp_user}}@{{smtp_domain}}"
|
ADMIN_EMAIL: "{{smtp_admin}}@{{smtp_domain}}"
|
||||||
uncomment:
|
uncomment:
|
||||||
- SMTP_PORT
|
- SMTP_PORT
|
||||||
- SMTP_AUTH
|
- SMTP_AUTH
|
||||||
|
|
Loading…
Reference in a new issue