[DBTech] DragonByte Mail

[DBTech] DragonByte Mail [Paid] 5.1.0

No permission to buy (€14.95)
Are statistics available somewhere? If not then it would be nice to add to admin statistics. i.e.
Accounts: 500k
Validated: 200k
Bounced: 80k
Banned: 30k
Need to be validated: 190k

Or something like that.
 
Last edited:
In what order are the accounts validated? I see there is a significant difference in results between validation services.
 
It seems like its in random order, so that would not explain the difference in results. I'd expect that older accounts or accounts that have not logged in for some time will have a higher percentage of invalid email addresses. But I guess that's not it and it comes down to how the individual provider handles / qualifies the results. I'm beginning to see some differences in that respect.
 
BTW: I don't think validating by cron or manually is feasible for userbases larger than a few thousand. The cron runs 6 times per day and validates 25 addresses per run, so 150 per day. Thats 4500 per month. We have hundreds of thousands of accounts. I can do that trough CLI, though that is still quite slow as it uses single checks instead of bulk checking trough API. The API response speed differs quite a lot between providers.

Monthly subscriptions of some providers are much cheaper than prepaid credits. This can safe hundreds of bucks. But these subscriptions often limit the number of validations per day to a certain number of thousands per day. Which means that we would need to run CLI every day for many weeks.

I'm really happy that you've added this functionality. If its possible to implement bulk/batch API checks instead of single checks then that would make it much easier to use.
 
If its possible to implement bulk/batch API checks instead of single checks then that would make it much easier to use.
No. Bulk checks don't return results in the normal way, they send you an email when the results are ready, so you would be manually handling thousands of emails.

Furthermore, it doesn't save any credits as it still counts 1 email = 1 lookup.
 
DragonByte Tech updated [DBTech] DragonByte Mail with a new update entry:

5.1.0 "Gold"

Update highlights​

This version makes a minor change to the "Maintenance" page's admin permission checks, as well as preparing for the upcoming XenForo v2.3.8.

Previous v5.1.0 Beta builds contained an important fix for sites using the "Max mails per hour" setting!

See previous change logs for more information.


Complete Change Log​

Change: Apply the correct admin permission to the "Maintenance" page
Change: Move database query...

Read the rest of this update entry...
 
Back
Top Bottom