Mail not sending from erp but working fine on CLI. Which log file must I look into?

Sending a document from within ERPnext not working. No entry in local /var/log/mail.log, no entry in smtp server’s mail.log.

How does Python send mail and where do I look for clues on what is going wrong?

c’mon guys, that should be an easy one

Do the Error Log List or Email Queue Report have anything ?

1 Like

site_config.json <= pause_scheduler = 1
That was it!

Invoked
bench enable_scheduler
a few times but the scheduler never came on. VI’ing site_config.json finally did it. That was a tough one…