=== wp-mailfrom === Contributors: Tristan Aston Tags: mail, email, smtp, from address, email address, from header Requires at least: 2.3 Tested up to: 2.7 Stable tag: 0.2 Allows you to configure the default email address and name used on email sent by wordpress. == Description == This plugin allows you to set the email address and name used on email sent by wordpress by setting the *From:* header. * 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. The plugin is designed to change the **default** *From:* details. == Installation == 1. Unzip `wp-mailfrom.zip` in the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = 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. == Screenshots == 1. The settings menu