shirosaki / confirm_address
Confirm recipient addresses before sending
Installs: 56
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:roundcube-plugin
Requires
- php: >=5.3.0
- roundcube/plugin-installer: >=0.1.6
README
This plugin aims to prevent sending an email to the wrong person.
Users are required to check each recipient addresses in a dialog before sending a message. My domain and other domains are listed separately.
Installation
To install, get the plugin with composer in your roundcube directory.
composer require shirosaki/confirm_address
Usage
$config['mail_domain']
is used as my domain by default.
$config['confirm_address_my_domain']
is used as my domain if the setting exists.
When a user compose an email and click Send
button, the confirm address dialog is opened.
If the user checks all recipient address, the user can send the email.
License
addressparser.js
is from https://github.com/nodemailer/nodemailer/.
Other code is MIT License.