• Resolved djole74

    (@djole74)


    Hi.
    When a new user registers on our website, they are required to fill out their company information.
    Depending on the data they enter, we approve the registration. We would like to receive this registration information in that approval email.
    We have tried a couple of solutions but our fields remain empty.
    Thanks a lot and all praise for the plugin.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @djole74,

    Thanks for using the plugin,

    I hope you are doing well, No the data will not be sent by email, you will have to create email tags for data through custom code.

    Thanks

    Hello Tariq
    I am facing the same problem, can you help ?
    I am using houzez theme from theme forest, and my theme sends a email to admin when user register, and to user with password.
    I have houzez theme option to change email contents of both messages which is bieng sent to admin.
    1. I want to stop the plugins email and send the admin email through themes email, want to add registration approval link in that mail.
    2. Want to use themes (email which is sent with password,) upon registration with content ( hi, you have successfully registered with our website, once admin will approve your website it will be activated. I can change this content too. dont require any help, I can remove password from email sent in theme options panel.
    3. My theme is not sending any emails to user when approve, but your plugin is sending that email, I want that email to be sent once approved by admin.

    4. My problem is your plugin is sending plain text emails. but my theme is sending emails in html and there is header with logo and footer with address and social link is added.

    Either I want to customize the plugins email. or I disable it and use plugin emails to be used. On top of that I dont no how to disable registration emails which is sent from theme.

    Please suggest what should i do.

    A.Tariq

    (@arsalantariq)

    Hi @vinay404,

    1 and 3. We have replied to you on your other thread.

    2. You can use this filter to empty the user welcome message. you can use this filter to empty the content for the email sent to the admin.

    An email with no content will fail the wp validation hence will not be sent.

    $message = apply_filters( 'new_user_approve_welcome_user_message', $message, $user_email );

    4. You can contact your theme support if you need any changes regarding the emails sent from your theme.

    You can use the hooks listed on the main plugin page to customize all the emails that are sent from the plugin.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding user register meta values to admin New User Approve message emails’ is closed to new replies.