0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server
Naz Gargol f5479e1473
Added batching support for bulk email service (#11388)
no issue

- The limitation on Mailgun side of API seems to be 1000 emails per message.
- The only place where I could find a hard limit of 1000 emails per
batch was this PHP SDK issue: https://github.com/mailgun/mailgun-php/issues/469
- To store ids of sent messages introduce a mega column on the emails table. They can be synced with stats or other metrics during even pooling in the future
- Removed redundant `join(',')` statement.The SDK accepts an array of emails as well. Less code - better code :)
2019-11-13 17:52:23 +07:00
..
adapters 🏗 Migrated scheduler to work with v2 API (#11142) 2019-09-23 21:42:53 +05:30
api Updated defaults handling for email property in posts (#11355) 2019-11-08 11:40:49 +07:00
config Removed /api/v2/members/ endpoints (#11308) 2019-10-31 11:11:46 +00:00
data Added batching support for bulk email service (#11388) 2019-11-13 17:52:23 +07:00
lib Merge branch 'master' into v3 2019-10-11 11:31:31 +01:00
models Added default stats object to email model 2019-11-08 17:11:54 +07:00
public Updated default publication icon 2019-10-17 07:59:21 +02:00
services Added batching support for bulk email service (#11388) 2019-11-13 17:52:23 +07:00
translations Implemented GET /emails/:id endpoint 2019-11-06 15:56:56 +07:00
views Update default 404 page 2019-07-15 14:47:01 +02:00
web Implemented GET /emails/:id endpoint 2019-11-06 15:56:56 +07:00
analytics-events.js
ghost-server.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
index.js Added basic HTML template support to MEGA (#11336) 2019-11-04 17:53:42 +07:00
overrides.js
update-check.js Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00