Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Hi,

    looks like you must ensure that you’re sending the HTML email (it’s set to HTML by default) and that the link is an actual link in the editor.

    So you must build a link like:

    
    <a href="https://...">Link label</a>
    

    I hope this helps!

    Thread Starter klaborate

    (@klaborate)

    @kubitomakita
    Hello, sorry for the confusion. We are trying to say that {post_permalink} is not working on the email.

    • This reply was modified 3 years, 6 months ago by klaborate.
    Plugin Author Kuba Mikita

    (@kubitomakita)

    Has that been copied from the sidebar where “Merge Tags” section is?

    And you mean it doesn’t output anything or it outputs the link but it’s not clickable?

    If the latter just switch to the Text editor and paste:

    <a href="{post_permalink}">{post_permalink}</a>

    That will ensure it’s clickable

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The URL is not linked on the email’ is closed to new replies.