0

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:test@test.de?subject=JIRA%20Software%20-%20Störungsmeldung&body=Das%20ist%20ein%20Test

Result: enter image description here

Code:

mailto:test@test.de?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).

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45
Dorian Feyerer
  • 258
  • 5
  • 14

1 Answers1

1

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

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45