I set up everything correctly in the Main tab and the IMAP connection test was successful but for the SMPT test, I got the Error 500: Unknown Error. Where can I check the logs and how to solve this error please?
SMTP Outbound Group Emails show Error 500: Unkown Error
Collapse
X
-
Hi Nth20,
To understand the cause of the problem, you need to enable debug mode for EspoCRM instance logs: https://docs.espocrm.com/administrat...ng/#debug-mode.
Then press on the "Test Connection" button for IMAP and the "Send Test Email" one for SMTP and check the logs. EspoCRM log files are located in the {ESPO_ROOT}/data/logs/ directory.Comment
-
Thanks Iazovic, I did and it showed the following log please:
[2025-07-28 04:17:37] ERROR: (535) Email sending error: Failed to authenticate on SMTP server with username "info@kingexp...(my email)" using the following authenticators: "LOGIN". Authenticator "LOGIN" returned "Expected response code "235" but got code "535", with message "535 Incorrect authentication data".". :: /home/beallcar/vietnamrail...(my website)/(my espocrm route)/vendor/symfony/mailer/Transport/Smtp/EsmtpTransport.php(226)
[2025-07-28 04:17:37] WARNING: Email sending:unknownError; 0
Can you help please?Comment
-
-
Comment