Update highlights - 5.1.0 Beta 1
This version replaces the previous SMTP validation feature with a new API validation system, which can interface with a variety of 3rd party email validation services. Please do be aware that these services are paid. Unfortunately, the old SMTP validation feature has been disabled by remote mail servers like Google and Yahoo.
Furthermore, a bug has been resolved in which enabling both the "max emails per hour" global setting AND disabling the per-mailing list "send instantly" function could cause the mail queue to grow out of control. To fix this in earlier versions, simply either disable max emails per hour or enable "Send instantly" in the mailing list.
Complete Change Log - 5.1.0 Beta 1
Feature: Million Verifier API integration
Feature: Emailable API integration
Feature: MailboxLayer API integration
Feature: UseBouncer API integration
Feature: EmailListVerify API integration
Feature: CaptainVerify API integration
Feature: MyEmailVerifier API integration
Feature: ZeroBounce API integration
Feature: Reoon API integration
Feature: Bouncify API integration
Change: Removed SMTP Validation and replaced it with API
Fix: Fix a potential server error if the SNS notification did not contain a diagnostic code
Fix: Fix a race condition where the mail queue could fill up unexpectedly
============================================================================================
Update highlights - 5.0.3
This version adds the ability to specify a separate email to use as "From" email when using CLI to validate users' email addresses.
Furthermore, the Amazon SES/SNS bounce and complaint handling should now be much improved. This reworked handling has been in use here @ DBTech for the past 1-2 weeks, so I'm confident it's now working optimally.
Complete Change Log - 5.0.3
Feature: CLI email validation can now specify a separate email to test against
Change: Improve Amazon SES bounce/complaint handling
============================================================================================
Update highlights - 5.0.2
This version fixes an issue when editing the user group permissions for mailing lists.
Complete Change Log - 5.0.2
Fix: Fix server errors when editing permissions
============================================================================================
Update highlights - 5.0.1
This version corrects an issue where the Mailing List and Digest email transport overrides would not work if "SMTP" was chosen.
Complete Change Log - 5.0.1
Fix: The SMTP overrides for Mailing Lists and Digests are now compatible with the new XF 2.3 format
============================================================================================
Update highlights - 5.0.0
This version is now considered stable. No issues were discovered during the testing phase.
Complete Change Log - 5.0.0
Version bump
============================================================================================
Update highlights - 5.0.0 Release Candidate 1
!!!This version requires PHP 8.0+!!!
This version mainly introduces compatibility with XenForo 2.3. The add-on has been fully updated, meaning no compatibility layers such as loading jQuery or other such patches are required for this add-on.
Furthermore, a few reported bugs since the release of the last version for XenForo 2.2 have also been resolved.
Complete Change Log - 5.0.0 Release Candidate 1
Change: Update "Maximum emails" integration with XenForo email sending
Change: Update entity references to use class-string
Change: Updated macros to XF 2.3 format
Change: Update mailing list draft handler to XF 2.3
Change: Replace various references with class-string<T> equivalents
Change: Update code for PHP 8.0
Change: Add compatibility with new XenForo 2.3 Beta 6 feature
Change: Remove "XenForo" from copyright footer
Change: Necessary changes for the new XenForo 2.3 coding style
Change: Automatically clean up files on upgrade
Fix: Fix incorrect return type hint for Digest Log
Fix: Fixed template modifications
============================================================================================
Update highlights - 4.7.0
!!!This version requires PHP 7.4+!!!
This version adds a new feature;
Amazon SNS Bounce Handling support. Please see the product's FAQ page for setup instructions.
This version also refactors some backend code and fixes a compatibility issue with PHP 8.4.
Complete Change Log - 4.7.0
Feature: Amazon SNS bounce handling endpoint
Change: Refactored backend code
Change: Bump minimum PHP version to 7.4 and recommended version to 8.2
Change: Update dependencies to the latest version(s)
Fix: Fix PHP 8.4 compatibility issue