I set up sending emails from Mikrotik to gmail using TLS / SSL according to the official instructions. And then I enter the parameters for sending, I use my mail account gmail and send a test letter to my own account. As a result, I get an error in the logs Error sending e-mail : AUTH failed. I have tried many many combinations of everything I know, and in trying to send an e-mail, it is always the same error. Any help will be greatly appreciated. Thanks in advance. Device: cap ac, factory-software: 6.43.10.
/tool e-mail
set address=smtp.gmail.com
set port=587
set from=myusername@gmail.com
set user=myusername
set password=mypassword
send to=myusername@gmail.com subject="email test" body="email test" start-tls=yes