[framadate] VICTOIRE
parent
5e0498e5cb
commit
ed2e1f0814
|
@ -1,7 +1,7 @@
|
||||||
glob_framadate:
|
glob_framadate:
|
||||||
contact: contact@crans.org
|
contact: contact@crans.org
|
||||||
automatic_response: no-reply@crans.org
|
automatic_response: no-reply@crans.org
|
||||||
smtp_server: smtp.crans.org
|
smtp_server: smtp.adm.crans.org
|
||||||
hostname: framadate.crans.org
|
hostname: framadate.crans.org
|
||||||
repo: https://framagit.org/framasoft/framadate/framadate.git
|
repo: https://framagit.org/framasoft/framadate/framadate.git
|
||||||
version: "1.1.16"
|
version: "1.1.16"
|
||||||
|
|
|
@ -92,7 +92,7 @@ $config = [
|
||||||
/* general config */
|
/* general config */
|
||||||
'use_smtp' => true, // use email for polls creation/modification/responses notification
|
'use_smtp' => true, // use email for polls creation/modification/responses notification
|
||||||
'smtp_options' => [
|
'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
|
'auth' => false, // Enable SMTP authentication
|
||||||
'username' => '', // SMTP username
|
'username' => '', // SMTP username
|
||||||
'password' => '', // SMTP password
|
'password' => '', // SMTP password
|
||||||
|
|
Loading…
Reference in New Issue