Notifications
Clear all

wpForo 1.x.x [Closed] mail registration

8 Posts
3 Users
0 Likes
3,053 Views
Posts: 120
Topic starter
(@franricht)
Estimable Member
Joined: 5 years ago

When a person registers in the forum an email arrives to confirm "I accept to receive a confirmation by email with a link to establish a password."

The email that sends the link for the password is wordpress@xxxxxx.com

Where can I change that email address?

Thank you

7 Replies
1 Reply
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10499
Posted by: FranRicht

When a person registers in the forum an email arrives to confirm "I accept to receive a confirmation by email with a link to establish a password."

The email that sends the link for the password is wordpress@xxxxxx.com

Where can I change that email address?

Thank you

@franricht,

It's good that we're going to change the code and allow to manage New User Registration and Reset password From Emails. However please note, that this is not wpForo Email. This is WordPress email. You can't customize it from wpForo. New registration emails are being sent by WordPress. Find some plugin to customize WP emails or contact to WP support.

This should be set from WordPress side. But unfortunately WordPress doesn't have such setting, however there should be many plugins for this purpose.

As an alternative solution you should put this code in active theme functions.php file. Just change the noreply@example.com and My Website Name values.


add_filter( 'wp_mail_from', function( $name ) {
    return 'noreply@example.com';
});
add_filter( 'wp_mail_from_name', function( $name ) {
    return 'My Website Name';
});

Similar topic: https://wpforo.com/community/how-to-and-troubleshooting-2/user-registration-email-confirmation/

Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi FranRicht,

Please navigate Dashboard > Settings > General admin page, change Email Address you've filled in the appropriate field.

Posts: 120
Topic starter
(@franricht)
Estimable Member
Joined: 5 years ago

Thank you Sofy, I have changed it several times and the same thing is still happening.

When someone registers in the forum, they receive an email from wordpress@forocomprasonline.com

 

Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @franricht,

Please navigate to Dashboard > Forums > Settings >Emails admin page change the email address from  FROM Email Address filed. 

More info here:  https://wpforo.com/docs/root/wpforo-settings/emails-settings/

Posts: 120
Topic starter
(@franricht)
Estimable Member
Joined: 5 years ago

thanks Sofy, but I have changed that email account many times, I have put gmail, I have put mail of the domain (attached image) and it does not work. He keeps sending me emails from wordpress@forocomprasonline.com 😣  😣  😣  😪 

http://www.subirimagenes.com/imagen-correolio-9870939.html

 

 

 

 

Page 1 / 2