shirosaki/confirm_address

Confirm recipient addresses before sending

Installs: 44

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:roundcube-plugin

1.0.1 2022-07-25 04:06 UTC

This package is auto-updated.

Last update: 2024-05-25 08:03:26 UTC


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.