Hi, I have the same problem.
When i Select Yes, send e-mails i do not get any e-mails.
When I click no I will go directly to edit profile page.
Hope to hear very quick 😉
Hi all,
Are you guys using SMTP mail settings?
We’re releasing an update today that uses the native wp_mail function, so that we’re standardized with other plugins that send emails (you’d then be able to set up SMTP with a dedicated plugin, https://ww.wp.xz.cn/plugins/wp-mail-smtp/ or any other plugin that handles SMTP settings).
I did use SMTP setting, but it was wierd that I could recive email for my Password Recovery but could not recive email for Creating Account
Update:
– so i put the register in a page with no header and footer(usual html skeleton), created an account (with send signup email->yes) and i recived email notification (also no css) and it even did a redirect, but with other themes (twentyten) it blocks
– there may be a script that it doesent get along with
Hi Shiro,
Is the email still not being sent in version 2.4.6 or later? Does it work if there’s no page redirect? Thanks for the extra information.
Update
– so i found the “bug”, aparently, this”<script src=”http://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js”></script>” the jquery for the mobile is interfering with everything, the log-in, edit-profile, without the script it works just fine, still doing some tests.