• Resolved neilovan

    (@neilovan)


    Hello,

    I am having somewhat of a struggle in customizing the email sent to a newly registered user. I am also using wp_pmpro in conjunction with this plugin. Which plugin is responsible for firing off the email ?

    members or payments_pro ?

    Many thanks,

    Neil.

    https://wordpress.org/plugins/members/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Members doesn’t send emails.

    Thread Starter neilovan

    (@neilovan)

    Hi Justin,

    Thanks for the reply.

    I read the stuff online, about creating a plugin and then using the function

    function wp_new_user_notification( $user_id, $deprecated = null, $notify = ” ) {
    if ( $deprecated !== null ) {
    _deprecated_argument( __FUNCTION__, ‘4.3.1’ );
    }
    etc at this link

    https://developer.wordpress.org/reference/functions/wp_new_user_notification/

    I did what they suggested, activated the function and have the code in the plugin. But I could not get it to work. I tried checking and unchecking the ‘New users’ checkbox in paidmembershipspro -> email but it had no effect. It still sends the default email to both administrator and user, on new user signup.

    Neil.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘customizing emails’ is closed to new replies.