Title: Changes from address?
Last modified: August 31, 2016

---

# Changes from address?

 *  Resolved [scottbothel](https://wordpress.org/support/users/scottbothel/)
 * (@scottbothel)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/changes-from-address/)
 * Am I able to change the sending email address from [wordpress@mydomain.com](https://wordpress.org/support/topic/changes-from-address/wordpress@mydomain.com?output_format=md)
   or not?
 * [https://wordpress.org/plugins/mailgun/](https://wordpress.org/plugins/mailgun/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [haveboard](https://wordpress.org/support/users/haveboard/)
 * (@haveboard)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/changes-from-address/#post-6998339)
 * bump
 *  [petercralen](https://wordpress.org/support/users/petercralen/)
 * (@petercralen)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/changes-from-address/#post-6998340)
 * Hi,
 * The plugin does not provide this feature.
    You can change the default name and
   email simply adding this snippet in your function.php or snippet plugin
 *     ```
       // Change default WordPress email address
       add_filter('wp_mail_from', 'new_mail_from');
       add_filter('wp_mail_from_name', 'new_mail_from_name');
   
       function new_mail_from($email) {
       return 'yourname@yourdomain.com';
       }
       function new_mail_from_name($name) {
       return 'Your Name';
       }
       ```
   
 * Just change the email and name for whatever you wish
 *  Thread Starter [scottbothel](https://wordpress.org/support/users/scottbothel/)
 * (@scottbothel)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/changes-from-address/#post-6998349)
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changes from address?’ is closed to new replies.

 * ![](https://ps.w.org/mailgun/assets/icon-256x256.png?rev=2434524)
 * [Mailgun for WordPress](https://wordpress.org/plugins/mailgun/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailgun/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailgun/)
 * [Active Topics](https://wordpress.org/support/plugin/mailgun/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailgun/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailgun/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [scottbothel](https://wordpress.org/support/users/scottbothel/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/changes-from-address/#post-6998349)
 * Status: resolved