Linux 软件免费装
Banner图

WP Mail From II

开发者 husobj
更新时间 2020年12月20日 02:37
捐献地址: 去捐款
PHP版本: 4.3 及以上
WordPress版本: 5.6
版权: GPLv2 or later
版权网址: 版权信息

标签

email mail mail from from email email from from address smtp email address from header

下载

1.0 1.0.1 1.0.2 1.1 1.1.1 1.2 2.0

详情介绍:

This plugin allows you to set the email address and name used for emails sent by WordPress by setting the From: header. It is an updated and fully re-worked version of the WP Mail From plugin by Tristan Aston and now works with the latest versions of WordPress. Danish translation by Frederik Svarre (www.fslab.dk)

安装:

Either install via the WordPress admin plugin installer or...
  1. Unzip wp-mailfrom-ii.zip in the /wp-content/plugins/ directory, making sure the folder is called wp-mailfrom-ii.
  2. 通过WordPress的“插件”菜单激活插件。
  3. Visit the admin settings page Settings > Mail From and save your preferred name and email address.
Upgrading from the old WP Mail From plugin This version is pretty much a complete re-write, fixes loads of bugs and works with the most recent versions of WordPress. If upgrading from the WP Mail From plugin your current name an email settings should be copied across but please check. To upgrade simply activate this plugin then deactivate the old WP Mail From plugin. Option naming conventions have changed in this version of the plugin. If you accessed either of the options directly for any reason you will need to re-factor you code as support for the old options will be removed in a future version. The old options used to be retrieved as follows: get_option( 'site_mail_from_name' ); get_option( 'site_mail_from_email' ); You should now use: get_option( 'wp_mailfrom_ii_name' ); get_option( 'wp_mailfrom_ii_email' );

屏幕截图:

  • The settings page

升级注意事项:

1.1.1 Update translations and bumped WordPress requirements. 1.1 Added options to override default WordPress email addresses and added 'wp_mailfrom_ii_default_from' filter. 1.0.2 Only set email address and name if overwriting the default WordPress values. 1.0.1 Correctly style save settings button. 1.0 This version is pretty much a complete re-write, fixes loads of bugs and works with the most recent versions of WordPress. If upgrading from the WP Mail From plugin your current name an email settings should be copied across but please check.

常见问题:

Why does the From address still show as the default or show up as 'sent on behalf of' the default address?

Possibly your mail server has added a Sender: header or is configured to always set the envelope sender to the user calling it.

Why are emails not being sent?

Some hosts may refuse to relay mail from an unknown domain. See http://trac.wordpress.org/ticket/5007 for more details.

更新日志:

2.0 1.2 1.1.1 1.1 1.0.2 1.0.1 1.0