New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
authentication failure [SMTP: STARTTLS failed (code: 220, response: 2.0.0 SMTP server ready)] #5392
Comments
|
@coopjab Did Microsoft make the switch for your account and force you to use OAuth while disabling the Legacy Authentication? If so, you will have to wait until we implement OAuth for email authentication. If not, please post any related errors from your mail server and webserver error logs. Cheers. |
|
yes forced to use OAuth |
|
@JediKev help me please where im doing wrong??? |
|
@coopjab For the SMTP Hostname instead of Cheers. |
|
@coopjab From first glance, it looks like the credentials you are trying to use are incorrect. Access Denied typically means authentication credentials are incorrect but it could also mean a few other things so you should consult the MySQL error logs and documentation. This unfortunately falls outside the scope of our support so I really wouldn’t be able to help you with this. Cheers. |
|
@coopjab as a side note you probably do not want to use the MySQL/MariaDB root user as your database user. If that account ever got compromised it would compromise your entire SQL server. Where as if you use one specific for the osTicket database if that got compromised it would only compromise that database. As a second note: Depending on how your MySQL/MariaDB server was setup, you might have to use the account locally to create a database. I presume that you are not running the HeidiSQL on the server and are running it on your desktop, which would mean that your root user doesn't have privs to be used remotely. This is a security thing on your root account, and one I recommend that you not remove. |
|
thanks man i gotcha ... everything is working fine |
|
If you are all set then place close this issue report. :) |
|
@coopjab Should I close this issue now? |
|
thanks man i will close @JediKev |



i dont know y I'm getting this error eveything is correct authentication and all are perfect?

please solve this issue and i want that is this because of version differences????
The text was updated successfully, but these errors were encountered: