| 开发者 | meser10 |
|---|---|
| 更新时间 | 2026年9月12日 03:18 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
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.
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.
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.
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.
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.
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.
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.