By default, emails for things like Email campaigns are sent at Midnight. This is a problem, because many people have alerts on their mobile devices, and they won’t want to have their phones make noise in the middle of the night…
Is there a way to change the time that emails are sent out?
Is there any way that this could get changed in ERPNext? I’m sure that many people find the Email Campaign unuseable for this reason. Sending hundreds or thousands of emails every night at exactly midnight will annoy the receipients and it makes it obvious that the emails were sent through some form of automation.
@NCP - If I add the background job in my custom app, will it override the default scheduler_events of ERPNext ?
Edit: Based on my trial, I found that the default scheduler_events didn’t change, I had to create a custom function in my custom app and add a scheduler_events to that custom function.