- Will send an email for each individual recipient added in the "To" field, one by one
- Inspired by this work from raphourbe
⚠️ Disclaimer : DO NOT USE FOR SPAM ! Using this extension with a lot of emails requires to manage correctly anti-spam regulations, such as email server settings, unsubscribe link, etc.
In your Directus installation root
npm i directus-extension-mass-email
Restart directus
Clone this project inside a folder, then:
cd mass-email-operation/
npm run build
- Place the content of the /dist folder into your directus folder => /extension/operations/mass-email-operation.
- Restart & actualize (F5) your Directus App
In a Flow you have now access to a "Mass Email" operation
This script will send emails one by one, with a pause of 1 minute every 50 emails.