• Resolved matthewmcvickar

    (@matthewmcvickar)


    Is it possible to customize the email copy depending on whether the user is a new sign up or a returning/existing user? I want to have two different emails—one for people who just signed up and are getting their first email link and another one for people who are signing in to their account.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mustafa Uysal

    (@m_uysl)

    Hi @matthewmcvickar,

    Unfortunately, it’s not possible.

    Currently, we do not track whether a user has received their first email or not. However, it may be feasible to implement this feature through custom development and by referencing the user’s registration date.

    I want to have two different emails—one for people who just signed up and are getting their first email link 

    Assuming you want to use the login link as a part of the onboarding process? Perhaps, enabling “auto login links” would help – https://handyplugins.co/magic-login-pro/docs/auto-login-links/

    I hope this helps.


    Regards,

    Thread Starter matthewmcvickar

    (@matthewmcvickar)

    OK, I see. If may try to do this with custom code. Can you provide documentation for the appropriate hook names/parameters in your plugin that I could use?

    Plugin Author Mustafa Uysal

    (@m_uysl)

    You can take a look

    \MagicLogin\Login\send_login_link($user);
    function, particularly magic_login_email_content filter to modify your email message.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customize email copy for new user vs. existing user’ is closed to new replies.