diff --git a/group_vars/framadate.yml b/group_vars/framadate.yml index dc6865bd..d4f69bac 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 7ac80364..b5c465e2 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