MyBB Community Forums

Full Version: RT Disposable Mails 1.7 (Ban Disposable/Spam via API)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
RT Disposable Mails
is a plugin which checks an external API to retrieve filtered spam mails and saves them into cache. Then check based on settings if user can login/register Over 200k banned domains!


#Plugin page
#Dependencies
#Features
  • Using strict typing declaration.
  • Select API provider to use for Disposable/Spam mails source
  • Set time when task will run (in days)
  • Set time when task will run (in days)
  • Log actions of used blacklisted emails
  • Option to disable forum for users while task is running.
  • Prevent users with disposable mail to register
  • Prevent users with disposable mail to login (If login method is set via mail)

#🎉 Contribute
Want to help with contributing new spam providers to the api list? Post it by clicking here.

#Installation
  1. Copy the directories from the plugin inside your root MyBB installation.
  2. Settings for the plugin are located in the "Plugin Settings" tab. /admin/index.php?module=config-settings

#Update
  1. Deactivate the plugin.
  2. Replace the plugin files with the new files.
  3. Activate the plugin again.

#Removal
  1. Uninstall the plugin from your plugin manager.
  2. Optional: Delete all the RT Disposable Mails plugin files from your MyBB folder.

#Feature request
Open a new idea by clicking here
Thank you for this plugin.
RT Disposable Mails 1.4 (Ban Disposable/Spam via API)

Changes
- Fixed compatibility issue with PHP 7.4
RT Disposable Mails 1.5 (Ban Disposable/Spam via API)

[Image: ss1.png]
[Image: ss2.png]

# Changes
  • Reorganized files
  • Added log actions option
  • Added statistics
  • Added Chartjs support
good job, thx.

This should come as an exception.
RT Disposable Mails 1.7 (Ban Disposable/Spam via API)

Changes
1. Add check-up of banned emails on registration email ajax validator.
2. Possible fix for SQL query on statics page in admin panel.