• Resolved joapau

    (@joapau)


    Hi there.

    We need a plugin for importing users from a csv. Your plugin was the first to come up.
    We have created our own welcome email from code because we have some meta fields we are checking from where the users country are and our welcome email sends out emails on many languages based on country.

    Is there a way to disable your welcome email and just send the standard WordPress one? This welcome email you have is not suited for us, so we need our own.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @joapau,

    Good morning, so what you want is:

    • a new option to disable our email
    • but allow the WordPress welcome default email

    Would this be ok?

    Thread Starter joapau

    (@joapau)

    Yes that is exactly what we want.

    We have a custom email set up with all our variables for our user, but then we need to be able to fetch the user from the get_userdata($user_id) in the user_register hook.

    But it seems like this hook is not fired when we import from your plugin.

    Plugin Author Javier Carazo

    (@carazo)

    @joapau,

    Could you tell me which plugin are you using to see which hook we need to call?

    Thread Starter joapau

    (@joapau)

    I am only using your plugin.
    I do not use a plugin to send a custom welcome email. This is a functions I have created in my includes folder and included in functions.php.

    I am listening on the “edit_user_created_user” hook to fetch all the users registered in the back-end. From there I am fetching the user data from the “get_userdata($user_id)”

    Plugin Author Javier Carazo

    (@carazo)

    Good morning @joapau,

    We have just prepared it.

    It will be released in next update (today we have done one update about WooCommerce Membership) and tomorrow the update will be this new funcionality.

    In “Mail options” you will get a new select to do it (fire or not the hooks you use when an user is being created or updated).

    Stay tune up and update tomorrow for testing it.

    Plugin Author Javier Carazo

    (@carazo)

    Did it! Update and you will get latest version with this new feature.

    If you have any problems please let me know.

    • This reply was modified 6 years, 3 months ago by Javier Carazo.
    Thread Starter joapau

    (@joapau)

    Thanks. I will test it today and see.

    Edit: Did not work. When I activate it, and save, it goes back to deactivated

    • This reply was modified 6 years, 3 months ago by joapau.
    Plugin Author Javier Carazo

    (@carazo)

    @joapau, yes, there was a bug.

    Just fixed. Thanks for reporting.

    Hi,

    Probably because of this update it seems that the default WordPress mail is always sent. The “Deactivate WordPress automatic email” option is somehow overruled. All my customers received two mails instead of one mail today. While before WordPress own mailings were always suppressed just fine.

    Hopefully you’ll be able to fix this little side effect!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Send standard wordpress welcome email’ is closed to new replies.