Hi Community,
I’m facing an issue with the mail recieving, In my communication list the mails i sent are synced but im not recieving any mails
And I have attached the email account details below
Hi Community,
I’m facing an issue with the mail recieving, In my communication list the mails i sent are synced but im not recieving any mails
Any solutions
Hi @Abai It is working for me now. It turns out I haven’t enabled the scheduler.
I tried enabling the scheduler and I did set developer_mode 0.
Can you explain me how you did that, so it will be helpful for me.
Hi @Abai
Step 1: enable the scheduler if it isn’t already (bench enable-scheduler
)
Step 2: changed the developer_mode to 0 (bench set-config developer_mode 0
)
Step 3: I ran the project using bench start
previously I ran on debugger mode
I configured it like whenever I receive an email with Applicant Subject I mapped it to create a Job Applicant.
BTW, I’m using frappe version-14 and It is development server
Thanks @Robot for your reply.
I’m working in v15 but I’ll try this out and let you know whether it is working or not.