• Hello and thank you for the great plugin!

    How can we edit the email notification templates? For example the “Login Details” email notification to the user, we would like to create our own design, text and message subject.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author xootix

    (@xootix)

    Hello,

    I am glad you like the plugin.
    Sorry but plugin does not control emails, they are sent by wordpress and woocommerce ( if you’re using ).
    You may look for Email customizer plugins.

    Thread Starter creosmart

    (@creosmart)

    Hi, thank you for your response.

    I am using the “Better Notifications for WP” plugin to customize email notifications. However, for some reason, it continues to send default WordPress emails when a user registers via the popup. On the other hand, when a user registers through the default WordPress registration page, it sends the “Better Notifications for WP” notification email.

    Thread Starter creosmart

    (@creosmart)

    Any news about this?

    Plugin Author xootix

    (@xootix)

    Hello @creosmart

    Are you using woocommerce?
    Plugins uses this hook when account gets created.
    For woocommerce
    do_action( 'woocommerce_created_customer', $customer_id, $new_customer_data, $password_generated );

    Without woocommerce
    do_action( 'register_new_user', $customer_id );

    The events are attached to this hook which sends the emails. The plugin has no control over emails.
    You will have to contact the other plugin and share this information.

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