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

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
it:msmtp [2026/02/10 10:50] vlpit:msmtp [2026/04/28 15:10] (current) vlp
Line 8: Line 8:
  
 `curl https://api.ipify.org\?format\=json 2> /dev/null | jq --raw-output '"Subject: nuc ip\ntest\(.ip)"' | msmtp nick@dns.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)