diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/config-template.ini | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/config/config-template.ini b/config/config-template.ini index 07946f6..0bd02fc 100644 --- a/config/config-template.ini +++ b/config/config-template.ini | |||
| @@ -11,12 +11,16 @@ protocol="http" | |||
| 11 | port="80" | 11 | port="80" |
| 12 | 12 | ||
| 13 | [email] | 13 | [email] |
| 14 | ; obligatoires pour que ça fonctionne | ||
| 14 | smtp_host="smtp.service.de.messagerie" | 15 | smtp_host="smtp.service.de.messagerie" |
| 15 | smtp_username="adresse@email" | 16 | smtp_username="adresse@email" |
| 16 | smtp_password="" | 17 | smtp_password="" |
| 17 | ; choisir "tls" (smarttls) ou "ssl" (smtps) ou "plain_text"/chaine vide | 18 | ; choisir "tls" (smarttls) ou "ssl" (smtps) ou "plain_text"/chaine vide |
| 18 | smtp_secure="tls" | 19 | smtp_secure="tls" |
| 19 | email_from="" | ||
| 20 | email_from_name="" | ||
| 21 | email_dest="adresse@email" | 20 | email_dest="adresse@email" |
| 22 | email_dest_name="" \ No newline at end of file | 21 | |
| 22 | ; optionnels | ||
| 23 | ; renseigner email_from pour montrer au destinataire une adresse différente de celle réellement utilisée pour lui éviter de "répondre au site web" | ||
| 24 | email_from="" | ||
| 25 | email_from_name="site web" | ||
| 26 | email_dest_name="moi" \ No newline at end of file | ||
