Hi, I'm trying to send an email:
$ echo test mail | mail --debug-level all.prot --exec 'set sendmail=smtps://yuri%40example.com:...;[email protected]' -s 'test mail' [email protected] but it doesn't authenticate (doesn't send the AUTH command). Any suggestions? Regards, Yuri
