Hi,
I would like to create a mailto link in confluence markup that puts the current page's URL in the subject part.
For a normal mailto link, I know I could try [mailto:foo@bar.com?subject=baz], but I don't seem to know of any convenient way to put a macro so that I could insert the current page URL in the subject.
Any tips?
This worked for me, using the reporting macro:
[Order article|mailto:email@email.com?subject=Article Request: {report-info:title|source=@self}]
Hi! A simple macro could look like this:
## @noparams <a href="mailto:foo@bar.com?subject=$space.getName() $content.getDisplayTitle()">Mail</a>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.