Good morning, sending and receiving emails is not working. Tickets are created normally, but any emails sent are not going through.
check my XAMPP and system settings.
marcosvrca
Port 587 is a TLS SMTP port that requires authentication. Since you are using Gmail they recently deprecated basic authentication so you have to use Modern Authentication (OAuth2). You must install/enable the URL Rewrite module on your webserver (google guides if you don’t know how), then you must download and install the OAuth2 plugin, then you must follow this guide to configure OAuth2 for your email.
Cheers.