Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 4 hours 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-04T08:52:21.000Z (about 1 year ago)
- Last Synced: 2023-09-04T09:42:31.948Z (about 1 year ago)
- Topics: edd, plugin, truemail, wordpress
- Language: PHP
- Homepage: https://daan.dev/
- Size: 59.6 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.