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.
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!
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.