Skip to content
Snippets Groups Projects
Commit 0ae11c81 authored by Eric Zillmann's avatar Eric Zillmann
Browse files

ansible-inventories/arocom#2847 changed smtp host from "mailhog" to "localhost"

parent baef8c93
No related branches found
No related tags found
1 merge request!4ansible-inventories/arocom#2847 changed smtp host from "mailhog" to "localhost"
......@@ -132,7 +132,7 @@ if (file_exists('modules/contrib/redis/redis.info.yml') && extension_loaded('red
}
{% if item.mailhog|default(false) %}
$config['smtp.settings']['smtp_host'] = 'mailhog';
$config['smtp.settings']['smtp_host'] = 'localhost';
$config['smtp.settings']['smtp_hostbackup'] = '';
$config['smtp.settings']['smtp_port'] = '1025';
$config['smtp.settings']['smtp_protocol'] = 'standard';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment