Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.16 KB

File metadata and controls

35 lines (22 loc) · 1.16 KB

MailboxValidator phpBB Extension

MailboxValidator phpBB extension enables user to easily validate if an email address is valid, a type of disposable email or free email.

This extension can be useful in many types of projects, for example

  • to validate an user's email during sign up
  • to clean your mailing list prior to email sending
  • to perform fraud check
  • and so on

Installation

To install this extension, you will need to:

  1. Download the latest release from GitHub repo.
  2. Unzip the folder and copy the mailboxvalidator folder to the ext directory of your phpBB board.
  3. Login to your ACP, go to "ACP" > "Customise" > "Extensions" and enable the "MailboxValidator Email Validator" extension.
  4. Go to "Extensions" > "MailboxValidator Email Validator Settings", and set up your MailboxValidator API key there.

Dependencies

An API key is required for this module to function.

Go to https://www.mailboxvalidator.com/plans#api to sign up for FREE API plan and you'll be given an API key.

License

GNU General Public License v2

Copyright

Copyright(C) 2018-2026 by MailboxValidator.com.