====== Differences ======

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
it:msmtp [2023/02/15 08:29] – created - external edit 127.0.0.1it:msmtp [2026/04/28 15:10] (current) vlp
Line 7: Line 7:
 ## send mail auto w/ ip ## send mail auto w/ ip
  
-`curl https://api.ipify.org\?format\=json 2> /dev/null | jq --raw-output '"Subject: nuc ip\ntest\(.ip)"' | msmtp thomas@criscione.fr`+`curl https://api.ipify.org\?format\=json 2> /dev/null | jq --raw-output '"Subject: nuc ip\ntest\(.ip)"' | msmtp nick@dns.fr` 
 + 
 +##Incoming server: 
 + 
 +    Incoming IMAP server 
 +    mail.infomaniak.com 
 +    IMAP port 
 +    993 SSL / TLS (recommended) 
 +    SMTP sending server   
 +    mail.infomaniak.com 
 +    Outgoing SMTP port 
 +    587 STARTTLS (recommended)