Skip to content
Snippets Groups Projects
Verified Commit b82fd552 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

process feedback

parent bb8c0eec
No related branches found
No related tags found
1 merge request!58Resolve "Add SMTP configuration options"
Pipeline #9197 passed with stage
in 53 seconds
......@@ -125,7 +125,7 @@ smtp_settings:
# Password for STMP authentication
smtp_pass: password
# Hostname of the mailserver
smtp_host: smtp.greenhost.nl
smtp_host: smtp.example.som
# SMTP from email address
smtp_from: admin@example.com
# SMTP from name
......
......@@ -194,7 +194,7 @@ smtp_settings:
enabled: false
smtp_user: admin@example.com
smtp_pass: password
smtp_host: smtp.greenhost.nl
smtp_host: smtp.example.com
smtp_from: admin@example.com
smtp_name: WordPress Admin
smtp_port: 587
......
......@@ -194,7 +194,7 @@
when: WP_OPENID_CONNECT_ENABLED
- import_tasks: smtp.yml
when: WP_OPENID_CONNECT_ENABLED
when: WP_SMTP_ENABLED
- import_tasks: multilingual.yml
when: WP_MULTILINGUAL_ENABLED
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment