Mention E-Mail Temp...
 
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Mention E-Mail Template: [post_url] missing colon

5 Posts
2 Users
1 Reactions
674 Views
Posts: 3
Topic starter
(@bert-kosler)
Active Member
Joined: 3 years ago

Hi devs,

in the mention email template, the shortcode [post_url] ist used by default. It produces a link without the colon after https.

https//www…

Anyway, [post_link] ist working fine.

I think that's a small one.

Thanks für fixing!

4 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @bert-kosler,

Please provide a screenshot of the email template.

2 Replies
(@bert-kosler)
Joined: 3 years ago

Active Member
Posts: 3
Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

Hi @bert-kosler,

Checked, it works fine, the URL is shown fully without any problems.

Posts: 3
Topic starter
(@bert-kosler)
Active Member
Joined: 3 years ago

Okay, I was first wondering, but now I found the problem by myself.

When creating the link, the editor shows its URL as [post_url] (screenshot), but in HTML source code mode, you can see that it inserts this:

<a href="http://[post_url]">Link</a>

which results in

 http://https://www.example.com/… 

in the email text. Gmail turns this into https//www…

So I edited it in HTML mode. That seems to work.