I got a problem concerning building mailtoURL links - unfortunately i can't manage to combine the signature and the subject.
I want to create a link to a new e-mail with pre-filled Mail-subject, recipient & mail-text. After i´ve created a shortcut in JIRA-Software the content of the e-mail doesn´t look like expected.
Code:
mailto:[email protected]?subject=JIRA%20Software%20-%20Störungsmeldung&body=Das%20ist%20ein%20Test
Code:
mailto:[email protected]?subject=JIRA%20Software%20-%20Störungsmeldung&body=Das%20ist%20ein%20Test
Result: Mail with signature, but without e-mail body.
How can i combine the signature & body? (&
doesn´t do the job).
The mailtol protocol doesn't provide anything for the signature specifically. The best what you could do is to include it to the text to appear in the body of the message (plain text).