Is anyone getting Error 200 when setting up SMTP with Office365 / Gmail, tried them all with SSL / TLS and without security but still getting this dreaded Error 200.
I've seen some post in the forum stating the error is returned from the server and not Espo which i dont think is the case considering i get the following error log;
This really doesnt give me much to figure out why i cant use any smtp server to send emails.
I've seen some post in the forum stating the error is returned from the server and not Espo which i dont think is the case considering i get the following error log;
Code:
Espo.ERROR: Uncaught Exception Error: "Class 'Laminas\Mail\Transport\Smtp' not found" at /home/application/Espo/Core/Mail/Sender.php line 117 {"exception":"[object] (Error(code: 0): Class 'Laminas\\Mail\\Transport\\Smtp' not found at /home/application/Espo/Core/Mail/Sender.php:117)"} []
Comment