Tags: email, sendgrid, marketing
Contributors: Takahashi_Fumiki, hametuha
Tested up to: 6.6
Requires at least: 5.9
Requires PHP: 7.2
Stable Tag: nightly
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
A WordPress plugin to send contact mail to your users via Sendgrid.
This plugin enables you to send emails to each of your users. No more long to or BCCs.
- Use SMTP API to send emails. This affects all PHP Mailer in
wp_mail()
functions, so you can use this plugin with other mail-delivering plugins like WooCommerce and Form plugins. - User contact email.
- HTML SendGrid email Template.
- Override default email functions.
- Marketing Email creator
- Periodical Email(experimental)
You need SendGrid API Key.
For more details, go to hamail setting screen.
Search "hamail" in WordPress admin screen. Click install and activate it.
Composer and NPM are required.
// Go to your wp-content/plugins and run git cd wp-content/plugins git clone https://github.com/hametuha/hamail.git hamail // Then move into cd hamail // Install dependencies composer install npm run package
To get supported, please go to Support Forum.
- Enhance user filter.
- Add layout block(
<table>
tag) because some email client does not support grid/flex layout. - Each transaction mail can specify unsubscribe group.
- Add filter hook
hamail_transaction_content
to override transactional mail body. - Restrict block for email editor. Override this by
allowed_block_types_all
filter.
- Add preview feature for transaction mail.
- Restrict legacy template for transaction mail.
- Bugfix: Fix error on the meta box data saving.
- Support SMTP API.
- Add marketing email logs.
- Marketing emails use excerpt as pre-header text.
- Arrange admin screen menu.
- Marketing mail is supported.
- Refactor recipient selector.
- Update syncing features.
- Add WP-CLI command for export users.
- Add reply feature. Jetpack contact is now supported.
- Fix
wp_mail
skipped.
- Add transactional email feature.
- Requires WordPress 5.0 and over.
- First release.