Viewing 2 replies - 1 through 2 (of 2 total)
  • @liquidonthedrums

    Yes, you must prepare the custom email template with your placeholder

    um_fetch_user( $user->ID );
    $args = array();
    $args['{account_activation_link}'] = um_user( 'account_activation_link' );
    
    UM()->mail()->send( $user->user_email, 'your_custom_email', $args );
    Thread Starter liquidonthedrums

    (@liquidonthedrums)

    That has done it. Thanks very much for the quick support!

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

The topic ‘Generate an Account Activation Link Programatically’ is closed to new replies.