Home › Forums › Legacy Support › 4.0 Bugs & Issues › login and register, nothing happens
Tagged: activation mail, login, register
- This topic has 17 replies, 3 voices, and was last updated 4 years, 6 months ago by
Anshuman Sahu.
-
AuthorPosts
-
August 24, 2020 at 10:23 pm #297873
santipoposo
SpectatorHello everyone, the registration and login does not work, they do not send the activation email, I must activate each new student manually from the administrator. I have WP SMTP configured correctly. WP 5.5 WPLMS 4.070. http://c1900356.ferozo.com/ http://c1900356.ferozo.com/register/ Thank any help !August 25, 2020 at 10:43 am #298013Veronica
Moderatorhi, Please check Other emails like Forgot password or touchpoint emails. If touchpoint emails are working then proceed to the step below. But if forgot password email is not working as well then contact your WebHost, he is blocking the mail function of WordPress because forgot password is a WordPress feature and it should work please try adding this given code in your wplms-customizer.php file in wplms customizer plugin : add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ ); please check your spam folder as well. Sometimes emails land there you can also refer this: https://wplms.io/support/forums/topic/account-activation-email-not-received/August 27, 2020 at 2:04 am #298515santipoposo
SpectatorHello, thank you for your answer. The problem still persists, I have installed and configured the WP SMTP plugin correctly and I receive the test email correctly. I have added the suggested lines of code: add_filter (‘bp_email_use_wp_mail’, ‘__return_true’); My webhost provider tells me that the email service is working fine. I have checked SPAM and neither. You can take a look? http://c1900356.ferozo.com/ Thanks for your help.August 27, 2020 at 10:46 am #298654Veronica
Moderatorhi, For account activation email: Please goto wp-admin -> lms -> settings -> emails -> email options -> click on edit activation email button there and check if there is an activation email present or not . If not then please goto wp-admin -> tools -> buddypress -> reinstall buddypress emails . Also check if the wordpress wp-login page forget password emails are sending out from system . Please follow this tip and let me know if still the activation email not working. Tip:https://wplms.io/support/knowledge-base/emails-not-working/ The activation email is sent by the buddypress plugin. The exact reason why your emails are not sending can be explained by your webhost only. If you have your cpanel credentials then you can go there and go to WHM and see which email is not sent and why it is failed. The request is in the pending, this means the buddypress tried to send the email but for some reasons it is not sent and this you can see in the WHM.September 2, 2020 at 12:38 am #300013santipoposo
SpectatorThis reply has been marked as private.September 2, 2020 at 1:46 pm #300188Veronica
Moderatorwell this is really strange in most of the cases please try adding this given code in your wplms-customizer.php file in wplms customizer plugin : add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ ); this works i request you to once disable the SMTP and then add this then check the same, pleaseSeptember 2, 2020 at 3:11 pm #300205santipoposo
SpectatorHello Verónica, thank you for your answer. I have added the line of code that you indicate and I have disabled WP SMTP Plugin and it does not work either, SPAM neither. Any other alternative? code screen capture console ok screen capture Thanks !September 3, 2020 at 1:20 pm #300492Veronica
Moderatorhi, last try this add_filter( ‘bp_email_use_wp_mail’, ‘__return_false’ ); hope will workSeptember 3, 2020 at 3:26 pm #300530santipoposo
SpectatorThis reply has been marked as private.September 4, 2020 at 3:10 pm #300864Anshuman Sahu
KeymasterThis reply has been marked as private.September 4, 2020 at 3:18 pm #300867santipoposo
SpectatorThis reply has been marked as private.September 5, 2020 at 12:37 pm #301134Anshuman Sahu
KeymasterThis reply has been marked as private.September 5, 2020 at 5:27 pm #301185santipoposo
SpectatorThis reply has been marked as private.September 7, 2020 at 1:23 pm #301457Anshuman Sahu
KeymasterThis reply has been marked as private.September 7, 2020 at 3:47 pm #301491santipoposo
SpectatorThis reply has been marked as private. -
AuthorPosts
- The topic ‘login and register, nothing happens’ is closed to new replies.