Ghost/core/server/services/mega
Kevin Ansfield c7ff4c9e93 Moved email sending to the background job queue
no issue

- moves the meat of `pendingEmailHandler()` code into a new function `sendEmailJob()` that is passed over to the new job service
- lets the server keep processing email generation and sending when it receives a shutdown request rather than halting processing mid-send and ending up in a partial state
2020-08-12 17:02:14 +01:00
..
index.js Extracted post email serializer from mega service 2019-11-05 12:15:50 +07:00
mega.js Moved email sending to the background job queue 2020-08-12 17:02:14 +01:00
post-email-serializer.js Renamed settings keys active_timezone to timezone 2020-06-24 14:11:20 +12:00
template.js Fixed bookmark card image size in fastmail (#11970) 2020-08-03 18:38:45 +01:00