mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -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 :) |
||
---|---|---|
.. | ||
db | ||
exporter | ||
importer | ||
meta | ||
schema | ||
validation | ||
xml/sitemap |