TMT
August 26, 2019, 2:40pm
1
Hello
No notifications in workflow comes to approver email in new update 12.08.
Also can’t send quotation by email.
2 Likes
clarkej
September 2, 2019, 12:22am
2
Welcome to ERPNext
Notifications are queued to run periodically that requires a separate background process - the Scheduler - to be running. So confirm that is the case with the command bench doctor
.
To start up the Scheduler bench enable-scheduler
These posts should give you some idea:
I have been created Email alert for creation of new purchase order but it is not sending a mail.
Please see below image for my setting. [image]
Hi,
Is there any method / function to sent email programmatically?
I was browsing the Frappe scheduler docs , looking for a way to schedule a event at a specific time (with precision in seconds). I am interfacing with an external service that has a Queries-per-Minute threshold. I am always trying to use the Frappe internals over external libraries, but I don’t see an obvious way to do this. I would be happy to contribute back a solution that adds an execute_at(datetime) method but would like some guidance on approach.
Wait! @JoEz , is this what I’m looking for? …