वर्णन
This plugin enables you to send emails to each of your users.
No more long to or BCCs.
Features
- 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)
Enter API Key
You need SendGrid API Key.
For more details, go to hamail setting screen.
ब्लॉक्स
हे प्लगइन 3 ब्लॉक्स प्रदान करते
- Layout Table
- Layout Table Row
- Layout Table Column
स्थापना
From Plugin Repository
Search “hamail” in WordPress admin screen. Click install and activate it.
From GitHub
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
नेहमी विचारले जाणारे प्रश्न
-
Where can I get supported?
-
To get supported, please go to Support Forum.
-
Is there any documentation?
-
We have Wiki on GitHub. Please check it out.
-
How can I contribute?
-
We have GitHub Repository. Issues and Pull Requests are welcomed.
समीक्षा
ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.
योगदानकर्ते आणि विकसक
“Hamail – Send Email via SendGrid” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्ते“Hamail – Send Email via SendGrid” 1 लोकॅलमध्ये भाषांतरित केले आहे. अनुवादकांना त्यांच्या योगदानाबद्दल धन्यवाद.
भाषांतर करा “Hamail – Send Email via SendGrid” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
2.7.4
- Add notification for mail template. Legacy template lacks some features for ASM/Unsubscribe group.
2.7.3
- Add filter base class
Hametuha\Hamail\Pattern\Filters\UserFilterInputPattern
for user filter.
2.7.0
- Enhance user filter.
2.6.0
- Add layout block(
<table>
tag) because some email client does not support grid/flex layout. - Each transaction mail can specify unsubscribe group.
2.5.1
- Add filter hook
hamail_transaction_content
to override transactional mail body. - Restrict block for email editor. Override this by
allowed_block_types_all
filter.
2.5.0
- Add preview feature for transaction mail.
- Restrict legacy template for transaction mail.
2.4.2
- Bugfix: Fix error on the meta box data saving.
2.4.0
- Support SMTP API.
- Add marketing email logs.
- Marketing emails use excerpt as pre-header text.
- Arrange admin screen menu.
2.3.0
- Marketing mail is supported.
2.2.0
- Refactor recipient selector.
- Update syncing features.
- Add WP-CLI command for export users.
2.1.0
- Add reply feature. Jetpack contact is now supported.
2.0.1
- Fix
wp_mail
skipped.
2.0.0
- Add transactional email feature.
- Requires WordPress 5.0 and over.
1.0.0
- First release.