Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
documentation:informatique:linux:email:index [2019/05/04 14:51] – créée f1sls | documentation:informatique:linux:email:index [2019/05/04 14:54] (Version actuelle) – f1sls | ||
---|---|---|---|
Ligne 2: | Ligne 2: | ||
===== msmtp ===== | ===== msmtp ===== | ||
- | https:// | + | ==== Config OVH ==== |
+ | < | ||
+ | account asc | ||
+ | host ssl0.ovh.net | ||
+ | port 465 | ||
+ | from nom@domaine.tld | ||
+ | auth on | ||
+ | user nom@domaine.tld | ||
+ | password your_password_here | ||
+ | tls on | ||
+ | tls_starttls off | ||
+ | tls_certcheck off | ||
+ | # tls_trust_file / | ||
+ | |||
+ | </ | ||
+ | |||
+ | ==== Config PHP ==== | ||
+ | * [[https:// |