Hi, i am using buddydev ajax registration plugins and when create a new user, i am not getting any confirmation email that i have created the account or welcome email or anything else… and how to active new member manually or send email with activation link?
I have active blank page
checked the spam box
Hi Valarie,
With the ajax registration plugin, New accounts get activated automatically and no mails are sent.If you want to disable the auto activation and send emails, You can put this in you bp-custom.php
add_filter( 'bpajaxr_is_auto_activation_mode', '__return_true' );
Hope that helps.
there is no file called bp-custom.php i cant find it, where is it?
Hi Valarie,
If bp-custom.php is not preset, Please create one in your wp-content/plugins directoryHere is a lik to describe what is bp-custom.php
https://buddydev.com/docs/guides/guides/buddypress-guides/what-is-bp-custom-php/
Also, you may try it in the functions.php of theme, I haven’t tested that case.
still its not working, used WP SMTP plugins, other founction.php tricks, disabled few plugins….but still its nor working with or without bp ajax plugins… any clue why this is happening?
You must be logged in to reply to this topic.