fix: Remove IMAP and SMTP email validation (#4435)
* Remove IMAP and SMTP email validation * Rename imap_email & smtp_email columns to imap_login & smtp_login respectively. * Use channel email domain if inbound email domain not present
This commit is contained in:
@@ -16,6 +16,6 @@ trigger_scheduled_items_job:
|
||||
|
||||
# executed At every 5th minute..
|
||||
trigger_imap_email_inboxes_job:
|
||||
cron: '*/5 * * * *'
|
||||
cron: '*/1 * * * *'
|
||||
class: 'Inboxes::FetchImapEmailInboxesJob'
|
||||
queue: scheduled_jobs
|
||||
|
||||
Reference in New Issue
Block a user