Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Notification Mail
#1
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
Reply
#2
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" />
Calaos v1.1.20 sur Advantech x86 | Calaos Home écran tactile RS232 | Wago 750-841 | DMX RGB LED
Calaos-OS v2.0 sur Advantech x86 | Clé USB
Squeezebox | Raspberry & Scripts maison
Reply
#3
(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.
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" />

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 
Reply
#4
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)