Because you don’t download it from there. You won’t see a “Get free” button because you are the owner of the product. If you log in with another account, you’ll see the “get free” button on the product page.
Update: I have added Bounce Rate, Bounces and Complaint Rate integration with Daily Stats in XenForo.
This also works with rebuilding historical statistics.
While I have been able to find a way to query the average bounce rate and complaint rate from CloudWatch, and I may be able to query alarms (to be investigated), there is absolutely no way I'm going to create any form of sending restrictions based on the resulting data.
Partially because this...
This does not appear to be feasible. XenForo itself does not include the SES part of the AWS API, and installing the AWS package causes the size of the generated zip file to balloon to 39 MB.
If you know of a way around this I'd be interested, but if not, this cannot be added to DB Mail.
This does not appear to be feasible. XenForo itself does not include the SES part of the AWS API, and installing the AWS package causes the size of the generated zip file to balloon to 39 MB.
If you know of a way around this I'd be interested, but if not, this cannot be added to DB Mail.
I'm going to flag this as Approved but the best I can do is change the cron job to not run at hours earlier than 12 noon and no later than 19.
XenForo cron jobs are not intended to have dynamic scheduling like this, so it has to be prepared on my end ahead of time.
There is no way to remove the expiry date on existing transactions via the UI. If you want to remove ALL expiry dates for all existing transactions, run this SQL query:
UPDATE xf_dbtech_credits_transaction
SET expiry_date = 0