How do I make mail authenticate?
Yuri Kanivetsky <[email protected]> Tue, 11 Jun 2024 07:49:44 +0300
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Message-ID | <CAMhVC3Z_kM6fViYBt5M+B-R3KOTU7XCMCZrB55NqkWAwgh_3mA@mail.gmail.com> |
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