diff options
| author | polo <ordipolo@gmx.fr> | 2026-05-08 18:14:38 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2026-05-08 18:14:38 +0200 |
| commit | 08dfc9125edf35ccbe3a6e21d9a9918c4b7fd6e9 (patch) | |
| tree | a59e8dfc92596cdd15c7fbbb1dc0967c1f28b02a /config | |
| parent | 69981561f83ba3a05217e75cac6c68e8dc671c45 (diff) | |
| download | cms-08dfc9125edf35ccbe3a6e21d9a9918c4b7fd6e9.tar.gz cms-08dfc9125edf35ccbe3a6e21d9a9918c4b7fd6e9.tar.bz2 cms-08dfc9125edf35ccbe3a6e21d9a9918c4b7fd6e9.zip | |
page maintenance: voir/supprimer les logs et lien vers voir les e-mails, suppression des modes de fonctionnement
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 | ||
