跳至内容
WordPress.org

China 简体中文

  • 主题
  • 插件
  • 新闻
    • 文档
    • 论坛
  • 关于
  • 获取 WordPress
获取 WordPress
WordPress.org

Plugin Directory

Meser10 Mailer

  • 提交插件
  • 我的收藏
  • 登录
  • 提交插件
  • 我的收藏
  • 登录

Meser10 Mailer

作者:meser10
下载
  • 详情
  • 评价
  • 安装
  • 开发进展
支持

描述

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 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.
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

帮助将「Meser10 Mailer」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志。

更新日志

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
  • 最后更新:5 天前
  • 活跃安装数量 不到10
  • WordPress 版本 5.7 或更高版本
  • 已测试的最高版本为 7.1.2
  • PHP 版本 7.2 或更高版本
  • 语言
    English (US)
  • 标签
    deliverabilityemail deliverysmtptransactional emailwp_mail
  • 高级视图

评级

尚未提交反馈。

您的评价

查看全部评论

贡献者

  • meser10

支持

有话要说吗?是否需要帮助?

查看支持论坛

  • 关于
  • 新闻
  • 主机
  • 隐私
  • 陈列窗
  • 主题
  • 插件
  • 区块样板
  • 学习
  • 支持
  • 开发者
  • WordPress.tv ↗︎
  • 参与
  • 活动
  • 捐赠 ↗
  • 周边商品 ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

China 简体中文

  • 关注我们的 X(原 Twitter)账号
  • 访问我们的 Bluesky 账号
  • 关注我们的 Mastodon 账号
  • 访问我们的 Threads 账号
  • 访问我们的 Facebook 公共主页
  • 关注我们的 Instagram 账号
  • 关注我们的 LinkedIn 主页
  • 访问我们的 TikTok 账号
  • 访问我们的 YouTube 频道
  • 访问我们的 Tumblr 账号
代码如诗
The WordPress® trademark is the intellectual property of the WordPress Foundation.