Title: Meser10 Mailer
Author: meser10
Published: <strong>2026 年 9 月 6 日</strong>
Last modified: 2026 年 9 月 18 日

---

搜尋外掛

![](https://ps.w.org/meser10-mailer/assets/banner-772x250.png?rev=3685061)

![](https://ps.w.org/meser10-mailer/assets/icon-256x256.png?rev=3685061)

# Meser10 Mailer

 由 [meser10](https://profiles.wordpress.org/meser10/) 開發

[下載](https://downloads.wordpress.org/plugin/meser10-mailer.1.0.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/meser10-mailer/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/meser10-mailer/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/meser10-mailer/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/meser10-mailer/#developers)

 [技術支援](https://wordpress.org/support/plugin/meser10-mailer/)

## 外掛說明

WordPress sends a lot of email that nobody thinks about until it stops arriving:
password resets, new user notifications, order confirmations, form notifications.
By default all of it goes out through the web server’s own mail function, from whatever
address the host happens to use. That mail has no sending reputation behind it, 
and it is the mail most likely to land in spam or be dropped silently.

Meser10 Mailer routes those messages through your [Meser 10](https://www.meser10.co.il/)
account instead, so they leave from a domain with a real sending reputation.

#### How this differs from a general SMTP plugin

This is a vendor connector, not an SMTP configurator. There is no host, port, encryption
or credentials screen, and no list of providers to choose from. It talks to one 
service over its own JSON API, and the only thing you configure is an API key. If
what you want is to point WordPress at an arbitrary SMTP server, one of the general
plugins is the better tool for the job.

Two things follow from that narrow scope. Because the plugin knows exactly what 
its endpoint can and cannot carry, it never silently drops a message: anything with
an attachment, CC or BCC is handed back to WordPress and sent the ordinary way, 
and the log records which route every message took and why. And it serves a platform
used mainly by Hebrew-language sites in Israel, which until now had no connector
of its own.

#### What this plugin sends, and what it deliberately does not

The Meser 10 message endpoint accepts one recipient, a subject, a body, a sender
display name and a Reply-To address.

It has no field for attachments, CC or BCC. Rather than quietly dropping them, this
plugin hands any message using them straight back to WordPress, which sends it exactly
as it would have without the plugin. Nothing is lost, and the email log records 
which route every message took and why.

The sending address is the one attached to your Meser 10 account. A `From` header
set by your site can change the sender’s display name, but not the address – that
is the point of routing mail here.

#### Requires an account

The plugin is a connector. It does nothing without a Meser 10 account and an API
key. Nothing else needs to be arranged in advance – it works with an existing account
as it is.

One thing worth knowing: a standard Meser 10 account adds campaign chrome to the
messages it sends – a view-in-browser link, an unsubscribe footer and a “sent via
Meser” line. That is right for a newsletter, and some sites would rather not have
it on a password reset. It is an account-level setting on Meser 10’s side, so ask
their support if you want it switched off.

### External services

This plugin sends outgoing email through Meser 10 (mesereser.com), an Israeli email
and SMS marketing platform, and requires an account there.

When a message is routed through Meser 10, the recipient address, subject, message
body, sender display name and Reply-To address are sent over HTTPS to the Meser 
10 JSON API at `heb.mesereser.com`, authenticated with a single API key stored as
a WordPress option. Nothing is transmitted while routing is switched off or while
no API key is saved.

 * Meser 10 terms of use: https://www.meser10.co.il/terms/
 * Meser 10 privacy policy: https://www.meser10.co.il/privacy/

## 螢幕擷圖

[⌊The settings screen: routing on or off, the API key, the sender name and the Reply-
To address.⌉⌊The settings screen: routing on or off, the API key, the sender name
and the Reply-To address.⌉[

The settings screen: routing on or off, the API key, the sender name and the Reply-
To address.

[⌊Sending a test message, and the log that records which messages went through Meser
10 and which were handed back to WordPress.⌉⌊Sending a test message, and the log
that records which messages went through Meser 10 and which were handed back to 
WordPress.⌉[

Sending a test message, and the log that records which messages went through Meser
10 and which were handed back to WordPress.

## 安裝方式

 1. Install and activate the plugin.
 2. Go to **Settings → Meser 10 Mailer**.
 3. Paste the API key from your Meser 10 account (User Settings screen) and save.
 4. Send a test message to yourself and confirm it arrives.
 5. Tick **Route WordPress email through Meser 10** and save again.
 6. Optional: if you would rather your site’s mail went out without the campaign footer,
    ask Meser 10 support to switch that off for the account.

## 常見問題集

### My test message arrived with an unsubscribe footer. Can I remove it?

Yes, through Meser 10. A standard account appends a view-in-browser link, an unsubscribe
footer and a “sent via Meser” line to the messages it sends. It is an account-level
setting on their side rather than something this plugin controls, so contact Meser
10 support and ask them to switch it off for the account whose API key you saved
here.

### Will my order emails with a PDF invoice still work?

Yes. Any message with an attachment is handed back to WordPress and sent the way
it always was. The email log shows it as “passed to WordPress” with the reason.

### Can I set a custom From address?

No, and that is deliberate. The sending address belongs to your Meser 10 account.
Sending as an address the account is not authorised for is what breaks SPF and DKIM
alignment, which is the problem this plugin exists to solve. You can set the sender
display name and a Reply-To address.

### What happens if Meser 10 is unreachable?

The failure is recorded in the email log and reported to WordPress as a failed send,
which fires the standard `wp_mail_failed` action that other plugins listen for.

### Does this work alongside Meser10 Connect?

Yes. They do different jobs – Connect sends form entries to your contact lists, 
this sends the site’s own email. If Connect is installed and already has an API 
key, this plugin reuses it so you do not have to paste it twice.

### Is this an SMTP plugin?

Not literally. It does not open an SMTP connection; it hands each message to Meser
10 over its HTTPS API. The effect is the one people want from an SMTP plugin – site
email leaving through a reputable service instead of the local mail function – without
SMTP credentials to store.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Meser10 Mailer〉的開發相關工作。

參與者

 *   [ meser10 ](https://profiles.wordpress.org/meser10/)

[將〈Meser10 Mailer〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/meser10-mailer)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/meser10-mailer/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/meser10-mailer/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/meser10-mailer/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/meser10-mailer/)。

## 變更記錄

#### 1.0.2

 * Added a one-time review prompt. It appears only after 25 emails have been delivered
   through Meser 10 and the plugin has been installed for a week, only on the Plugins
   list and this plugin’s own screens, and only to users who can install plugins.“
   Not now” waits three months, “Already did” never asks again, and the counter 
   is a local option that is never sent anywhere.

#### 1.0.1

 * Clearer wording on the settings screen and in this readme about the campaign 
   footer: it is an optional account-level setting on Meser 10’s side, not something
   to arrange before installing.

#### 1.0.0

 * First release. Routes wp_mail() through Meser 10 with an explicit fallback to
   WordPress for attachments, CC and BCC, plus an email log and a test send.

## 中繼資料

 *  版本 **1.0.2**
 *  最後更新 **1 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.7 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.1.1**
 *  PHP 版本需求 ** 7.2 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/meser10-mailer/)
 * 標籤:
 * [deliverability](https://tw.wordpress.org/plugins/tags/deliverability/)[email delivery](https://tw.wordpress.org/plugins/tags/email-delivery/)
   [smtp](https://tw.wordpress.org/plugins/tags/smtp/)[transactional email](https://tw.wordpress.org/plugins/tags/transactional-email/)
   [wp_mail](https://tw.wordpress.org/plugins/tags/wp_mail/)
 *  [進階檢視](https://tw.wordpress.org/plugins/meser10-mailer/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/meser10-mailer/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/meser10-mailer/reviews/)

## 參與者

 *   [ meser10 ](https://profiles.wordpress.org/meser10/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/meser10-mailer/)