Title: When users register
Last modified: February 19, 2023

---

# When users register

 *  [StefanPeeters](https://wordpress.org/support/users/stefanpeeters/)
 * (@stefanpeeters)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/when-users-register/)
 * Hi everyone,
 * When a user registers ad my wordpress site he or she gets an confirmation email.
   On top of that email they see ‘Wordpress wordpress@sitename via webhosting
 * I don’t want that anyone sees that they register ad a wordpress site. Is there
   a way that I can adjust that?
 * Example:
 * ![](https://en-forums.files.wordpress.com/2023/02/schermafbeelding-2023-02-16-
   155652.png?w=468)
 * Thank you for the help!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwhen-users-register%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [pichichi](https://wordpress.org/support/users/pichichi/)
 * (@pichichi)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/when-users-register/#post-16485821)
 * We can split this into two things to solve 1) remove the via part after the email
   address and 2) change the email.
 * Part 1
 * To get the “via webhost” part removed, you need update some records at your domain
   name host to prove your website host is authorised to send mail. If you don’t
   do this mail will probably also end up in spam. Speak to your web host or look
   up your hosting’s documentation about setting up (a) SPF record and also see 
   if they support (b) DKIM
 * Part 2
 * To change the notificatiuon email From address, search for a plugin that has 
   good reviews and is well supported, or if you are using a child theme, add the
   follwing snippet to your functions.php, changing the email address in bold to
   your chosen email. Don’t delete the quote marks.
 *     ```wp-block-code
       // Change notification sender address
       function change_notification_email( $wp_mail_from ) {
           return 'yourNewEmail@deklokborgloon.be';
       }
       add_filter( 'wp_mail_from', 'change_notification_email' );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘When users register’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [pichichi](https://wordpress.org/support/users/pichichi/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/when-users-register/#post-16485821)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
