Mention E-Mail Temp...
 
Notifications
Clear all

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

5 Posts
2 Users
1 Reactions
397 Views
Posts: 3
Topic starter
(@bert-kosler)
Active Member
Joined: 1 year 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: 3649
(@chris)
Famed Member
Joined: 3 years ago

Hi @bert-kosler,

Please provide a screenshot of the email template.

2 Replies
(@bert-kosler)
Joined: 1 year ago

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

Famed Member
Posts: 3649

Hi @bert-kosler,

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

Posts: 3
Topic starter
(@bert-kosler)
Active Member
Joined: 1 year 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.