How to fix it
- Navigate to
System Policy > Email > Inbound Actionsand locate your inbound action. - Verify the
Activefield is checked (true). If not, activate it and test. - Open the
sys_emailtable and find your received email by searching for the sender or subject. - Compare the
From,To, andSubjectvalues in the sys_email record against your inbound action conditions. - If conditions don't match, update your inbound action filters. Use
containsoperator instead ofisfor more flexible matching. - Check
System Mailboxes > POP3/IMAP Accountto verify your email polling account is active and not showing connection errors. - Navigate to
System Policy > Email > Inbound Actionsand sort byOrderfield (ascending) to see processing sequence. - Look for other active actions with lower order numbers that might be intercepting your emails and have
Stop processingchecked. - Check
System Logs > Script Errorsfor any JavaScript errors in your inbound action script around the time the email was received. - If script errors exist, fix the JavaScript code in your inbound action's
Scriptfield and save. - Test by sending another email to your inbound address and monitoring the
sys_emailtable for the new entry.
Enable debug logging for inbound email processing by setting the log level for 'com.glide.communications.email' to 'debug' in System Logs > Log Levels to see detailed processing information.