Notification Mail - Printable Version +- Calaos, Home Automation Forum (https://calaos.fr/forum) +-- Forum: Utilisation - Installation - Configuration (https://calaos.fr/forum/forumdisplay.php?fid=4) +--- Forum: Installation du système (https://calaos.fr/forum/forumdisplay.php?fid=5) +--- Thread: Notification Mail (/showthread.php?tid=543) |
Notification Mail - Kent1 - 12-25-2015 Bonjour, Je souhaite faire une notification par mail, après avoir configuré mes paramètres : <calaos:option name="smtp_server" value="smtp://smtp.free.fr" /> <calaos:option name="smtp_port" value="465" /> <calaos:option name="smtp_auth" value="true" /> <calaos:option name="smtp_username" value="xxxxx" /> <calaos:option name="smtp_password" value="xxx" /> <calaos:option name="smtp_tls" value="true" /> <calaos:option name="smtp_ls" value="true" /> je veux faire un test via le SSH, et j'ai aucun retour d'erreur mais je ne reçois pas de mail de teste sur ma messagerie root@nuc:~# calaos_mail --from xxx@free.fr --to xxx@free.fr --subject TEST --body TEST --verbose * Rebuilt URL to: smtp://smtp.free.fr:465/ * About to connect() to smtp.free.fr port 465 (#0) * Trying 212.27.48.4... * Adding handle: conn: 0x66e0a0 * Adding handle: send: 0 * Adding handle: recv: 0 * Curl_addHandleToPipeline: length: 1 * - Conn 0 (0x66e0a0) send_pipe: 1, recv_pipe: 0 * Connected to smtp.free.fr (212.27.48.4) port 465 (#0) Quelqu'un peux m'aider ? Merci RE: Notification Mail - Arnaud - 12-25-2015 Pour vérifier que tout fonctionne bien, si ta maison a une box Free, essaie sans authentification pour commencer. C'est ce que j'utilise et cela fonctionne (testé un calaos_mail à l'instant). Ma config simple: <calaos:option name="smtp_server" value="smtp://smtp.free.fr" /> <calaos:option name="smtp_port" value="25" /> <calaos:option name="smtp_auth" value="false" /> RE: Notification Mail - Kent1 - 12-25-2015 (12-25-2015, 10:36 PM)Arnaud Wrote: Pour vérifier que tout fonctionne bien, si ta maison a une box Free, essaie sans authentification pour commencer. Merci Arnaud, le truc c'est que j'ai une box bouygues et j'ai une adresse Free. Je vais essayé avec le smtp de bouygues RE: Notification Mail - Kent1 - 12-26-2015 Bonsoir, j'ai modifié les paramètres comme indiqué dans le dernier Post. voila le message d'erreur : Error sending e-mail: Failure when receiving data from the peer Tu as une idée ? Merci |