Hi!I'm using Azure Web App (PHP 5.6) to host my osTicket v1.10.1.I'm trying to configure an e-mail, but when I try to activate SMTP, I receive this error:authentication failure I know it's a quite common error, so I've searched a lot in this forum and on GitHub. I've tried to overwrite SMTP.php and Socket.php files in the /include/pear/Net folder with newer files from pear.php.net, but it caused timeout errors.I've also tried to change code in smtp.php as suggested in some forum threads, but nothing worked for me. SMTP port change didn't work.My e-mail server settings require authentication to use SMTP, so radio button in osTicket SMTP configuration panel is set to Yes. My username is set as MYDOMAIN\myuser (maybe could it be incorrect?). Fetching email settings (IMAP+SSL) with same authentication is not returning errors.Any idea?