I have been trying to send emails with ssmtp through my outlook account. I followed this page and this is what I have inside ssmtp.conf:
[email protected]
mailhub=smtp-mail.outlook.com:587
[email protected]
AuthPass=mypassword
UseTLS=YES
UseSTARTTLS=YES
rewriteDomain=outlook.com
[email protected]
FromLineOverride=YES
But when I want o test ssmtp, like by typing this in the terminal:
ssmtp [email protected]
nothing happens, and the terminal freezes. Any clue where I can start debugging this?
ssmtp
awaits your input (mail content) in its stdin. Type a few words and hit CTRL-D to end your message. – PerlDuck Nov 16 '18 at 08:06