Hello, I have configured my outgoing email with sendgrid mailer.
The test e-mail is perfect, but when I try to send an email o notification it does not work.
Log displays as follows:
Mon Mar 30 05:02:30 2020 [732766][1][FATAL] Undefined index: module
Mon Mar 30 05:02:30 2020 [732766][1][FATAL] Invalid or missing SubPanelDefinition property: subpanel_name
Mon Mar 30 05:02:30 2020 [732766][1][FATAL] Failed to load original or custom subpanel data for eapm in
Mon Mar 30 05:05:36 2020 [808462][1][FATAL] SugarPHPMailer encountered an error: SMTP Error: Could not authenticate.
Mon Mar 30 05:05:36 2020 [808462][1][FATAL] SugarPHPMailer encountered an error: SMTP Error: Could not authenticate.
In your logs, the message about the subpanel is a different thing - some custom subpanel you have that is not quite correct.
About the email - If you uncomment these lines in the code, you will get additional information in the logs, which I think will be quite helpful for your case:
This will put some more information in your logs to help you troubleshoot.
You’re not authenticating correctly, the server is rejecting your user/password: I think there can two causes for this:
SuiteCRM is not recording your password correctly: there was a bug here, but it should be solved in your version. The first log line will help you make sure.
Some server quirk. The extended SMTP log should give you more details. I know there are open issues with problems authenticating with Microsoft 365 accounts, for example.