Iām currently configuring a system with SuiteCRM version 8.7.1. The Emails module seems to be functioning correctly so far. Iām able to import emails from my INBOX , and emails sent directly from the SuiteCRM interface are being registered without any issues.
However, Iām encountering a specific issue with emails sent using an external mail client (e.g., Outlook, Thunderbird, etc.). These sent emails do not appear in the SuiteCRM interface, which means Iām unable to list or import them into SuiteCRM at all.
Hereās what Iāve tried so far:
Monitoring only the INBOX folder.
Monitoring both INBOX and Sent folders simultaneously.
Despite these attempts, emails sent from an external mail client still do not show up in SuiteCRM, and as a result, Iām unable to import them. Additionally, the Sent and Trash folders have been correctly configured.
Iād greatly appreciate any guidance or suggestions on how to resolve this issue. Is there a specific configuration or workaround that I might be missing to ensure sent emails from external clients are visible in the SuiteCRM interface?
One question: Iām hosting my own mail server using Postfix and Dovecot. I can create a virtual folder, that merges the INBOX and SENT folders. If I use this virtual folder as the monitored INBOX, will SuiteCRM work? or does it needs access to the ārealā INBOX? (I guess I can try).
Pd: Thanks for your videos about SuiteCrm, they have been really helpful.
Edit: No, it does not work. It seems to be accessing the normal INBOX, no matter what I put in monitored folders.
I tried RT Archive Emails to Sugar & SuiteCRM :: Add-ons for Thunderbird , but Iām getting the following error:
[Mon Jan 13 11:45:25.675480 2025] [php:error] [pid 7140:tid 7140] [client 192.168.160.85:35890] PHP Fatal error: Cannot declare class LanguageManager, because the name is already in use in /var/www/suitecrm/public/legacy/include/SugarObjects/LanguageManager.php on line 50
Iām using suitecrm 8.7.1
I added:
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "moz-extension://f0b98108-302b-4016-b574-82faf9fd27a9"
</IfModule>
I canāt imagine, that it is really declared twice.
Usually it comes from autoloading conflicts, namespace issues or if require is being used instead of require_once.
When does this error occur?
Thatās only the connection between the plugin and the CRM?
After installing the plugin, Thunderbird shows a login window, that ask for CRM url, login, and password. The error appears when you hit the continue button in this window.
Thatās only the connection between the plugin and the CRM?
Iām not sure if I understand correctly your question, but I had only one instance of the plugin running, so I assume there is only one connection.
@BastianHammer When opening the same link in my instance, the PHP code is also shown.
Iām sorry but Iām not much versed in PHP so I donāt know what this mean. Perhaps a miss configuration in Apache?