User Registration Notification Error

Posted in: Newspaper
Post count: 90

I am implementing bbpress forum on my blog. Everything is ok except the user registration. When a user registers with the normal WordPress registration they receive a notification to set up their password, however when they register with the theme registration on the popup, I (admin) receive a user registration notification but the user does not receive any message.

I have checked with all plugins disabled but the issue is still on.

Kindly assist

thanks

Post count: 9544

You may need to setup smtp email as the theme does not manage the email, and usually this happens from built in wp mail connecting to php. Check error log also. Its also possible the signup got email but went into junk folder. Smtp email is sometimes solution for this issue as the receiving mail system treats it as real message vs mail bot. Tons of discussion about this online for bbpress, woocommerce, etc.

I just setup ecom store and only way to get gmail to not tag it as spam for lost password emails was to setup smtp email via plugin for wp. I think we chose the easy smtp plugin from the wordpress.org repo.

Tagdiv might gave better answer, but that has been my expeience.

Hope that helped a little bit. ?

Post count: 90

Hey Chris, thanks a lot. I am actually using Easy SMTP plugin. I have tried to use the password reset feature on the Popup and it works, the only email that is not going through is when a user registers on through the popup, they don’t receive a message. All other notification work.

Post count: 1291

Hi,

Do you use Easy SMTP Mail plugin (there another called Easy WP SMTP)? See if it’s not a plugin configuration error. Also try to check if the email is sent when you register from wordpress backend. And check the error.log, see if there’s something related to this issue.

Thank you!

  • This reply was modified 10 years by Emil G.
Post count: 90

Hi, I use Easy SMTP and all other emails and notifications work, I also mentioned that WordPress backend registration works well only the popup has issues. I don’t know how to check the error logs please direct me how to do that.

Post count: 9544

Hi
fyi, for our setup the only one I could get to work for everything was this:

WP-Mail-SMTP
https://wordpress.org/plugins/wp-mail-smtp/

the error logs would likely be from your web hosting setup; go to your hosting panel, then “logs” and there should be error log which shows errors being generated (some are normal, some are probes from bots, some are specific to stuff like “unable to connect blah blah…”).

Actually, many SMTP plugins ALSO have a debug mode to let you know if there was issue connecting to send email, which is how I was able to finally get one to work for us.

We use “authenticated” email via secure port, on an “https always on” site setup. Which is why I had to go through some extra hoops.

Sorry don’t have more simple easy answer … this was the last problem that was tough to solve for the ecom setup in my case.

Post count: 7909

Hi,

I have added this on our list for further investigations and if it is an issue we will fix it as soon as possible.

@thelastpoet
Please check the error.log file and provide the content so we can take a look. It will help us to see if there is a problem. You can send us an error.log copy via email if you don’t want to paste it here, just send it to contact@tagdiv.com and paste a link to this topic so we can know who you are and what your issue is.

Thanks!

Post count: 103

Hi

My problem was solved by switching from WP SMTP to EASY SMTP plugin. All this seems to be due to wordpress 4.3 and the plugin WP SMTP has not been updated yet.

Anyway, another very important subject of improvment for Newspaper is the subscription process. Sending a strong password by email is relly not a good way to have people coming on the website. Also, it gives the access to the backend whereas your font plugin is intended to avoid this.

Why dont you just improve your login form by adding a password field and then a mere conformation link sent by email…

Post count: 7909

Hi Carel,

Glad to you solved the issue. This is also on our list and it will be fixed as soon as possible, sorry for inconvenience!
We use the wordpress register for on our pop up sign in/register widget but we will consider to modify or improve it in future. Anyway I’ve added your suggestion on our list and we will think to another implementation for it.

Thanks for your suggestion!

Post count: 90

I have tried all the above solutions and none worked.

Luckily I saw this post; https://forum.tagdiv.com/topic/problem-with-user-registration/

replacing the line wp_new_user_notification($user_id, $random_password); with wp_new_user_notification($user_id, null, ‘both’ ); Worked for Me, courtesy of lukas

Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.