• Resolved caroltsai

    (@caroltsai)


    Hi,

    I’m using update_user_meta( $user_id, ‘rm_user_status’, 0) to change the user status to activate. However, I noticed the default profile magic “On User Activate” email wasn’t sent. How can I execute this in php?
    P.s. I dont need to change anything for the email template/content. It will go according whatever set in profile magic admin site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hello @caroltsai

    The ‘User Activate’ email function only works when a user registers on the site using a group registration form and the system activates their account according to the configured settings. If you activate the user account using custom code, the email notification to the user will not be sent.

    Let us know if you have any other questions.

    Thread Starter caroltsai

    (@caroltsai)

    I see. Is it possible to force send using custom code?

    Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hello @caroltsai,

    As of now, the feature to send the force email upon activation is unavailable. We have noted this requirement and forwarded it to our team for possible inclusion in future updates.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Send “On User Activate” email after manual update rm_user_status meta’ is closed to new replies.