• Resolved Kanima

    (@fruits95)


    Hi,

    I’m currently creating a wordpress e-commerce website. I’m using woo commerce for all the necessary product plugins. Im using pie register for new user registration. I have connected my mail to be used by Gmail, by setting up SMTP.
    When I try to create an account to test with I don’t receive a welcome email, but my admin account does. Although when I test purchase something the customer receives order invoice etc.. but why when user registers they don’t receive welcome email. It says link has been sent for verification but the admin receives the email not the customer.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor genetech

    (@genetech)

    Hi,

    Please check if verification email notification is enabled in Settings. Go to PR menu > Notifications > User Notifications. See screenshot: https://prnt.sc/ttswn2

    Thanks

    Thread Starter Kanima

    (@fruits95)

    Hi, i’ve already turned it off still same issue. replaced with this line code

    if( !current_user_can( 'edit_users' ) ) {

    receive this on my website

    There has been a critical error on your website.

    Learn more about debugging in WordPress.

    Plugin Contributor genetech

    (@genetech)

    Hi,

    Please confirm if you have turned it off or on ? It should be turned on (checked).

    Also, why and where you have added “if( !current_user_can( ‘edit_users’ ) ) {” code in your plugin ?

    Thanks

    • This reply was modified 4 years, 7 months ago by genetech.
    Plugin Contributor genetech

    (@genetech)

    Hi,

    We haven’t heard back from you in a while, so we are going to mark this as resolved.
    If you have any further questions, you can start a new thread.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘User Welcome Email’ is closed to new replies.