Title: Account Activation
Last modified: November 1, 2019

---

# Account Activation

 *  Resolved [face2005](https://wordpress.org/support/users/face2005/)
 * (@face2005)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/account-activation-3/)
 * [http://prntscr.com/pr5psd](http://prntscr.com/pr5psd)
    the subject line is “
   wordpress”! how to change?

Viewing 1 replies (of 1 total)

 *  [Mushrit Shabnam](https://wordpress.org/support/users/611shabnam/)
 * (@611shabnam)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/account-activation-3/#post-12093630)
 * Hello [@face2005](https://wordpress.org/support/users/face2005/),
 * I am afraid, this part is the default system of WordPress. If you deactivate 
   WPUF, you will still see this available in the email that is fired from WordPress.
 * You will be required to edit the default system of WordPress to remove this and
   also you can use this code to change the system:
 *     ```
       // Function to change email address
   
       function wpb_sender_email( $original_email_address ) {
           return 'tim.smith@example.com';
       }
   
       // Function to change sender name
       function wpb_sender_name( $original_email_from ) {
           return 'Tim Smith';
       }
   
       // Hooking up our functions to WordPress filters 
       add_filter( 'wp_mail_from', 'wpb_sender_email' );
       add_filter( 'wp_mail_from_name', 'wpb_sender_name' );
       ```
   
 * Regards,
    -  This reply was modified 6 years, 7 months ago by [Mushrit Shabnam](https://wordpress.org/support/users/611shabnam/).

Viewing 1 replies (of 1 total)

The topic ‘Account Activation’ is closed to new replies.

 * ![](https://ps.w.org/wp-user-frontend/assets/icon-256x256.gif?rev=2818776)
 * [User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration](https://wordpress.org/plugins/wp-user-frontend/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-user-frontend/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-user-frontend/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-user-frontend/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-user-frontend/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-user-frontend/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mushrit Shabnam](https://wordpress.org/support/users/611shabnam/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/account-activation-3/#post-12093630)
 * Status: resolved