I want to know in suitecrm how Email Import Scheduler work.
In my suitecrm we i active Email Scheduler , All Email imported from INBOX , if email address not in any module like Account OR Contact .
if email address in Account OR Contact Than I can view emails in history Panel But
i want to know why if i got email from unknown email address than why suitecrm import this email .???
Because All my imported emails have blue icon , and unknown email address email also imported ???
There is more than one âinbound email settingsâ pages, thatâs why I asked if it was in the Userâs profile (just for that user) or in Admin / Inbound Email Settings (system-wide).
I also asked which SuiteCRM version youâre running, because email has changed a lot between 7.8 and the following versions, so I really need to know this. thanks.
please explain me what pollMonitoredInboxesAOP() do .
what Check Inbound Mailboxes do ?
Because When it runs , a new email record is crated in suitecrm ?
In pollMonitoredInboxesAOP() method returnImportEmail ⌠method every time create a email record , but not related with any parent module .
When you are just looking at your Emails list, and they arenât imported, you are merely seeing a list of what is on your email server.
These emails cannot be related to records in SuiteCRM, because they are not present in the SuiteCRM database.
When you import (or when the automatic import runs), the Email is copied into SuiteCRMâs database, and now you can relate the Emails to SuiteCRM records (Accounts, Contacts, etc).
If you donât want the Emails automatically imported, then remove the âAutomatically importâ option.
1 ) So , Auto Import just Copy Email In Suite Not Relate with any Module (Account, ContactâŚ). [ TRUE,FALSE ]
2 ) When an eamil is imported by scheduler than we relate can relate with Parent Module (Bean ) [ TRUE,FALSE ]
Im new in suite CRM development , this thing is very confusing for me ,
Importing, otherwise Relating will never be possible. Creates an Emai record in SuiteCRM.
Actually Relating to some other SuiteCRM record. Creates a relationship between the Email record and some other record.
Whether these two things will happen depends on several things: kind of account, manual actions, automations that are enabled.
I am not sure enough of these processes to give you a complete âmanualâ of how it works. Once you understand what the concepts are, and where the options are, you need to play around with it, and test, to see how it worksâŚ