diff --git a/group_vars/framadate.yml b/group_vars/framadate.yml index dc6865bd5fd14ed8f74418bf2d9a64e0145837f2..d4f69baced152a37609f3e635df9f04c5a157ede 100644 --- a/group_vars/framadate.yml +++ b/group_vars/framadate.yml @@ -1,7 +1,7 @@ glob_framadate: contact: contact@crans.org automatic_response: no-reply@crans.org - smtp_server: smtp.crans.org + smtp_server: smtp.adm.crans.org hostname: framadate.crans.org repo: https://framagit.org/framasoft/framadate/framadate.git version: "1.1.16" diff --git a/roles/framadate/templates/framadate/app/inc/config.php.j2 b/roles/framadate/templates/framadate/app/inc/config.php.j2 index 7ac80364cfa030ddd62dc7960494e2c9461eab40..b5c465e22a77d067d952178d5c7d1732a1e16403 100644 --- a/roles/framadate/templates/framadate/app/inc/config.php.j2 +++ b/roles/framadate/templates/framadate/app/inc/config.php.j2 @@ -92,7 +92,7 @@ $config = [ /* general config */ 'use_smtp' => true, // use email for polls creation/modification/responses notification 'smtp_options' => [ - 'host' => '{{ glob_framadate.smtp_server }}', // SMTP server (you could add many servers (main and backup for example) : use ";" like separator + 'host' => '{{ glob_framadate.smtp_server }}', // SMTP server (you could add many servers (main and backup for example) : use ";" like separator 'auth' => false, // Enable SMTP authentication 'username' => '', // SMTP username 'password' => '', // SMTP password