mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-02 07:43:11 +03:00
f5479e1473
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 :) |
||
---|---|---|
.. | ||
apps | ||
auth | ||
bulk-email | ||
invitations | ||
mega | ||
members | ||
permissions | ||
settings | ||
webhooks | ||
labs.js | ||
slack.js | ||
xmlrpc.js |