PHPMailer-BMH Changelog

A general note:
  PHPMailer-FE is back to original name, with all new object-oriented
    class, 100% all new code.
  PHPMailer-BMH is entirely new
  PHPMailer.Pro is renamed from PHPMailer2
  FormValidator is now i18n multi-language compliant

v8.0.0 26 December 2023
- major changes and is nearly a complete re-write
- PHPMailer-BMH is now one single file with the rules
  built-in as a class property
- PHPMailer-BMH is now i18n multi-language compliant with
  English as the default language - language files for
  Spanish and French are included in the download
- PHPMailer-BMH now includes support for clearing out trash
  (INBOX.Trash, INBOX.Junk, and INBOX.spam) with trash folders
  supported in upper, lower or camel case.
- PHPMailer-BMH now includes support for clearing Aged messages
  (see example file: index.php)