• Resolved treecutter

    (@treecutter)


    Hello

    When Double Opt-in is enabled at :

    SETTINGS >>> Double Opt-in >>> Enable Double Opt-In, an email message is sent to the subscriber.

    The “click here to confirm your subscription” link in the email message is broken, it reads:

    https://https//site-domain-name/?mrm=1&route=confirmation&hash=……………..……………….

    We checked this file : /wp-content/plugins/mail-mint/app/MrmCommon.php

    And at around line 381, changed this:

    <p>Click <a href="https://{{subscribe_link}}" data-wplink-url-error="true">here</a> to confirm your subscription.</p>

    to this:

    <p>Click <a href="{{subscribe_link}}" data-wplink-url-error="true">here</a> to confirm your subscription.</p>

    And it seemed to fix the problem.

    Perhaps you can kindly take a look and update your plugin ?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support C S Sultan

    (@cssultan)

    Hi @treecutter , thanks for letting us know.

    I am forwarding this to our dev and we will work on improving the plugin.

    Thank you so much for this.

    Plugin Support C S Sultan

    (@cssultan)

    Hi @treecutter , we have updated our plugin with the suggested improvements here.

    Please let us know if you notice anything else. For now, I am marking this thread as resolved.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Broken link in Email Opt-in message’ is closed to new replies.