Title: Hamail Ìtumọ̀ Yorùbá: &#8211; Send Email via SendGrid
Author: Fumiki Takahashi
Published: <strong>Òkúdù 10, 2021</strong>
Last modified: Èbìbí  30, 2026

---

Ṣàwárí àwọn plugin

![](https://ps.w.org/hamail/assets/icon.svg?rev=2545570)

# Hamail Ìtumọ̀ Yorùbá: – Send Email via SendGrid

 Láti ọwọ́ [Fumiki Takahashi](https://profiles.wordpress.org/takahashi_fumiki/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/hamail.2.8.2.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/hamail/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/hamail/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/hamail/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/hamail/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/hamail/)

## Àpèjúwe

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](https://sendgrid.com/docs/Classroom/Send/How_Emails_Are_Sent/api_keys.html).

For more details, go to hamail setting screen.

## Àwọn ìdí

Plugin yìí pèsè 1 ìdí.

 *   Layout Table

## Ìgbéwọlẹ̀

#### 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](https://wordpress.org/support/plugin/hamail/).

### Is there any documentation?

We have [Wiki on GitHub](https://github.com/hametuha/hamail/wiki). Please check 
it out.

### How can I contribute?

We have [GitHub Repository](https://github.com/hametuha/hamail). Issues and Pull
Requests are welcomed.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“Hamail Ìtumọ̀ Yorùbá: – Send Email via SendGrid” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀.
Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)
 *   [ Hametuha INC. ](https://profiles.wordpress.org/hametuha/)

A ti túmọ̀ “Hamail Ìtumọ̀ Yorùbá: – Send Email via SendGrid” sí èdè agbègbè 1 kan.
Ọpẹ́lọpẹ́ fún [àwọn atúmọ̀ èdè](https://translate.wordpress.org/projects/wp-plugins/hamail/contributors)
fún àwọn ìkópa wọn.

[Túmọ̀ “Hamail Ìtumọ̀ Yorùbá: – Send Email via SendGrid” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/hamail)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/hamail/), ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/hamail/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/hamail/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/hamail/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 2.8.2

 * Bugfix: wrong `.distignore` broke vendor directory.

#### 2.8.1

 * Add `hamail_volatile_meta_keys()` function and filter to list custom fields (
   e.g. `_hamail_sent`, `_hamail_marketing_id`) that should not be carried over 
   when duplicating posts. The list is also shown on the Hamail dashboard so you
   can configure plugins like Yoast Duplicate Post.

#### 2.8.0

 * Bump WordPress and PHP version.

#### 2.7.7

 * Bugfix: Restore Marketing API.

#### 2.7.5

 * Bugfix: fix transaction email error in case duplicated email address.

#### 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( `&lt;table&gt;` 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.

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **2.8.2**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **oṣù 2 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **Tó kéré sí 10**
 *  Ẹ̀yà WordPress ** 6.6 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **6.9.5**
 *  Ẹ̀yà PHP ** 7.4 tàbí ju bẹ́ẹ̀ lọ **
 *  Àwọn èdè
 * [English (US)](https://wordpress.org/plugins/hamail/) àti [Japanese](https://ja.wordpress.org/plugins/hamail/).
 *  [Túmọ̀ sí èdè rẹ](https://translate.wordpress.org/projects/wp-plugins/hamail)
 * Àwọn àmì
 * [email](https://yor.wordpress.org/plugins/tags/email/)[marketing](https://yor.wordpress.org/plugins/tags/marketing/)
   [sendgrid](https://yor.wordpress.org/plugins/tags/sendgrid/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/hamail/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

[Your review](https://wordpress.org/support/plugin/hamail/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/hamail/reviews/)

## Àwọn Olùkópa

 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)
 *   [ Hametuha INC. ](https://profiles.wordpress.org/hametuha/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/hamail/)