Allows you to configure the default email address and name used on email sent by wordpress.
| Author: | Tristan Aston (profile at wordpress.org) |
| WordPress version required: | 2.3 |
| WordPress version tested: | 3.1.4 |
| Plugin version: | 0.6 |
| Added to WordPress repository: | 17-12-2008 |
| Last updated: | 18-06-2010
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | http://wordpress.org/extend/plugins/wp-mailfr... |
| Total downloads: | 12 803 |
| Active installs: | 1 000+ |
![]() Click to start download |
|
This plugin allows you to set the email address and name used on email sent by wordpress by setting the From: header.
- Adds a "wp mail from" section in the "settings" menu
- The plugin uses the filter hooks wp_mail_from and wp_mail_from_name. I believe these are both available in WordPress 2.3+
- The priority for the hooks is set to 1 to allow for other plugins that may hook these with the default priority of 10 to override this plugin.
