@mckennapoole Please try to debug if your site can send emails?
You can use https://wordpress.org/plugins/check-email/ for verification. If that’s not working, you will need to use 3rd party services to send email, or consult with hosting support.
Yes, I used this and it is sending to my email. It isn’t sending for Registration though and it isn’t showing anything saying “Thank you for submitting please check email” or anything like that.
Yes it looks like something is interfering with the registration process, have you tried deactivating all plugins except BP?
Yes I tried that and it still isnt working.
You can test it. http://smart.alpinesitedesign.net/register/
Have you tried turning on error logging and running Debug Bar and Query Monitor to see if you are getting any errors?
@mckennapoole checked at your site, You have added custom css to hide mandatory fields
remove it from custom css section
#buddypress .standard-form #profile-details-section {
display: none;
}
After that, it will work
I have registered at your site and it worked
https://drive.google.com/a/wbcomdesigns.com/file/d/1oLVWUD_vFJgHffHu9nXEu2x03MFvsRW5/view?usp=drivesdk