[framadate] VICTOIRE
parent
5e0498e5cb
commit
ed2e1f0814
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue