A very primitive MyBB plugin for filtering mails sending from MyBB.
It's a plugin with magic if you don't know what it does.
- MyBB >= 1.8.25 (?) or 1.8.x with this
my_mail()
extension to MyBB - PHP >= 5.6
The initial version is 0.1.x
. It's only for test at this moment.
For detailed install/upgrade/re-install/uninstall notice, please read the Special Notice.
- Upload all files/folders under the
Upload
directory to your MyBB root folder. Please maintain the folder structure within theUpload
directory. - Activate plugin "Mail Filter" at MyBB's AdminCP > Configuration > Plugins.
- Turn to MyBB's AdminCP > Configuration > Plugins, find Mail Filter and deactivate it.
- Remove file
./inc/plugins/mail_filter.php
and folder./inc/plugins/mail_filter/
from your server.
Currently, the plugin doesn't provide any hook.
- AdminCP configuration/setting screen.
- Language packs.
- Integrate egulias's EmailValidator.
- Hook to MyBB user registration so that it may detect some spoofed email addresses.
- The ability of detecting if any mailing is failed.
- Hooks or options would be added so that when a mail is blocked from being sent from MyBB, a PM notification will be sent to admins and/or the mail's sending user, with the cause of being blocked.
- Options would be added so that if mailing to an email address failed for several times, add this address to the (auto-)blocklist.
- Some interesting and convenient way of adding email addresses to the blocklist.
See the LICENSE file.
...