Skip to content

Commit

Permalink
fix(doc): remove escaped config params for contact_smtp
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflos authored Jun 5, 2024
1 parent 48c9979 commit 241aa03
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/fr/webmaster.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,12 @@ Un message d'alerte vous informe si une nouvelle version d'un thème ou d'une ex
Sur certains hébergements, l'envoi de mail par défaut ne marche pas , il faut créer un compte smtp
et donc rajouter dans le fichier `wakka.config.php` les paramètres suivants :

'contact\_mail\_func' => 'smtp',
'contact\_smtp\_host' => 'ssl://<mon serveur smtp>:465',
'contact\_smtp\_user' => '[email protected]',
'contact\_smtp\_pass' => '<monpassword>',
```php
'contact_mail_func' => 'smtp',
'contact_smtp_host' => 'ssl://<mon serveur smtp>:465',
'contact_smtp_user' => '[email protected]',
'contact_smtp_pass' => '<monpassword>',
```

Attention, tous les serveurs mail n'acceptent pas de jouer ce jeu.

Expand Down

0 comments on commit 241aa03

Please sign in to comment.