Broken link in Email Opt-in message
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Broken link in Email Opt-in message’ is closed to new replies.