-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
86 lines (62 loc) · 3.27 KB
/
Copy pathreadme.txt
File metadata and controls
86 lines (62 loc) · 3.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
=== Veil Mail ===
Contributors: resoniainc
Tags: email, smtp, woocommerce, transactional, email delivery, PII protection
Requires at least: 5.8
Tested up to: 6.4
Stable tag: 1.0.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Secure email delivery with automatic PII protection. Replace wp_mail with Veil Mail for better deliverability and compliance.
== Description ==
Veil Mail is a secure email delivery platform that automatically protects personally identifiable information (PII) in your emails. This plugin connects your WordPress site to the Veil Mail API for reliable email delivery.
**Features:**
* **Replace wp_mail()** - Route all WordPress emails through Veil Mail's reliable infrastructure
* **WooCommerce Integration** - Custom transactional emails for orders, refunds, and more
* **Abandoned Cart Recovery** - Automatically send recovery emails to increase conversions
* **Form Integration** - Sync subscribers from Contact Form 7, WPForms, and Gravity Forms
* **User Sync** - Automatically add WordPress users to Veil Mail audiences
* **Email Logging** - Track all sent emails with delivery status
* **Webhook Support** - Real-time delivery status updates
* **Template Preview** - Preview Veil Mail templates before using them
* **Attachments** - Full support for email attachments up to 25MB total
**Why Veil Mail?**
* **Better Deliverability** - SPF, DKIM, and DMARC configured out of the box
* **PII Protection** - Automatic detection and protection of sensitive information
* **Detailed Analytics** - Track opens, clicks, bounces, and more
* **GDPR Compliant** - Built with privacy in mind
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/veil-mail` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Go to Settings > Veil Mail to configure your API key
4. Get your API key from [app.veilmail.xyz](https://app.veilmail.xyz/dashboard/api-keys)
== Frequently Asked Questions ==
= Do I need a Veil Mail account? =
Yes, you need to sign up for a Veil Mail account at [veilmail.xyz](https://veilmail.xyz) to get an API key.
= Will this plugin work with WooCommerce? =
Yes! The plugin includes full WooCommerce integration with customizable transactional emails and abandoned cart recovery.
= Can I use my existing email templates? =
Yes, you can use templates created in the Veil Mail dashboard. The plugin includes a template preview feature.
= What happens if the API is unavailable? =
By default, if Veil Mail API is unavailable, email sending will fail. You can optionally enable fallback to WordPress default mail using the `veil_mail_fallback_to_wp_mail` filter.
== Screenshots ==
1. Settings page with API configuration
2. Email log with delivery tracking
3. WooCommerce integration settings
4. Template preview modal
== Changelog ==
= 1.0.0 =
* Initial release
* wp_mail() replacement
* WooCommerce integration
* Abandoned cart recovery
* Form integrations (CF7, WPForms, Gravity Forms)
* User sync to audiences
* Email logging with status tracking
* Webhook support for real-time updates
* Template preview
* Attachment support
* Full i18n support
== Upgrade Notice ==
= 1.0.0 =
Initial release of Veil Mail for WordPress.