mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
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 :) |
||
---|---|---|
.. | ||
adapters | ||
api | ||
config | ||
data | ||
lib | ||
models | ||
public | ||
services | ||
translations | ||
views | ||
web | ||
analytics-events.js | ||
ghost-server.js | ||
index.js | ||
overrides.js | ||
update-check.js |