By default WordPress sends email with PHP’s mail(), which is unauthenticated, so contact-form queries, order notices and password resets often land in spam or vanish. DigiLucks Mailer reroutes every email your site sends through an authenticated DigiLucks relay so it actually reaches the inbox.
wp_mail() (Contact Form 7, WPForms, Elementor forms, WooCommerce, and more).Sending is metered by a monthly quota tied to your DigiLucks account. A free tier is included; paid plans add more volume.
This plugin connects to the DigiLucks Mailer service (https://mailer.digilucks.com), an external service operated by DigiLucks, to send your site’s email through an authenticated relay and to show usage statistics.
What is sent, and when:
wp_mail() call, e.g. a contact-form submission) and the relay is enabled, the plugin sends that email’s recipient address, subject, message body, chosen From name, Reply-To address, and your site’s URL to https://mailer.digilucks.com/api/relay/send, authenticated with your API key. This is required to deliver the email.https://mailer.digilucks.com/api/relay/stats with your API key to display your quota and recent-send counts.No data is sent until you enter an API key and enable the relay. If the relay is disabled, WordPress sends email normally and nothing is transmitted to DigiLucks.
Service Terms of Use: https://mailer.digilucks.com/terms
Service Privacy Policy: https://mailer.digilucks.com/privacy
This plugin also uses Cloudflare Turnstile (https://www.cloudflare.com/products/turnstile/), a third-party service by Cloudflare, Inc., to protect the built-in contact form from spam and bots. It is optional and only active if you enter your own Turnstile keys in the plugin settings.
What is sent, and when:
https://challenges.cloudflare.com/turnstile/v0/siteverify to verify the submission is human. This happens only on form submission.No Turnstile data is sent if you leave the Turnstile keys blank.
Cloudflare Terms of Service: https://www.cloudflare.com/website-terms/
Cloudflare Privacy Policy: https://www.cloudflare.com/privacypolicy/