https://github.com/dan0sz/edd-truemail
A truemail integration for Easy Digital Downloads for WordPress.
https://github.com/dan0sz/edd-truemail
edd plugin truemail wordpress
Last synced: about 1 year ago
JSON representation
A truemail integration for Easy Digital Downloads for WordPress.
- Host: GitHub
- URL: https://github.com/dan0sz/edd-truemail
- Owner: Dan0sz
- Created: 2023-09-02T18:51:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T06:05:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T21:51:33.420Z (over 1 year ago)
- Topics: edd, plugin, truemail, wordpress
- Language: PHP
- Homepage: https://daan.dev/
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Truemail for Easy Digital Downloads
This plugin for WordPress adds Truemail integration to Easy Digital Downloads' checkout.
## Requirements
* PHP 7.2 or higher
* WordPress 5.x or higher
* Easy Digital Downloads 3.x
* A working/reachable instance of [TrueMail](https://truemail-rb.org/#/about)
## Installation
Releases are listed [here](https://github.com/Dan0sz/edd-truemail/releases). Download the `edd-truemail.zip` file listed
with every release in the **Assets** section to download a properly "WordPress-style" packed .zip-file.
## Configuration
This plugin's options are available under Downloads > Settings > Extensions > TrueMail:
1. Enter your Access Token, and
2. The public URL of your TrueMail instance, and
3. Hit Save.
That's it!
## How it works
This plugin adds two things to Easy Digital Downloads' checkout:
1. Instant verification/validation of the entered email address, with feedback:
- It shows a green check in the email address field, if validation was successful.
- It shows a orange exclamation mark, along with an error message, if validation failed.
- In case of a timeout, it will fail silently.
2. When the **Prevent Purchase on Failure** option is enabled, users will not be able to finalize their purchase if the
email address is incorrect. In case of a timeout, it will fail silently.