I`m wanting to add the profile picture and name of the relevant contact person. When clicking onto their picture, an E-mail should automatically pop up in Outlook with a pre-selectedt subject.
I know how to do both separately, but cannot combine them. Even when adding a link (mailto:first.last@website.de?subject=XY), once updated I only get redirectedt to their profile again and there I can click on their Email address which will not have the wanted subject line...
I need to make sure that all Emails the person receives via Confluence have the same subject line
Hi @Julia Nolte - Explorer World of Travel
I found this : might be of help for you :
<a href="mailto:first.last@website.de?subject=Your%20Subject%20Here">
<img class="contact-picture" src="/path/to/profile_picture.png" alt="Contact Picture">
</a>
Replace "first.last@website.de" with the email address of the contact person, and "Your%20Subject%20Here" with the desired subject line URL-encoded (spaces replaced with %20).
If you want to style the profile picture, you can add CSS code to the Confluence page or use a custom CSS macro.
For example, you can target the "contact-picture" class and adjust properties like width, height, border, etc., to fit your desired style.
Save the Confluence page after applying the changes. Now, when users click on the profile picture, it should open their default email client (Outlook) with a new email window and the pre-selected subject line.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.