Hamail – Send Email via SendGrid

설명

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

FAQ

Where can I get supported?

To get supported, please go to Support Forum.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Hamail – Send Email via SendGrid”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Hamail – Send Email via SendGrid”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Hamail – Send Email via SendGrid”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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.