0
Javascript for inserting a link into an email.
New Here
,
/t5/acrobat-sdk-discussions/javascript-for-inserting-a-link-into-an-email/td-p/11371702
Aug 19, 2020
Aug 19, 2020
Copy link to clipboard
Copied
I'm running a simple document level function to send an email as part of a action. Everything works fine, but I was wondering if anybody has used a javascript to generate a file link, or hyperlink in the message body. I'm using app.mailMsg().
TOPICS
Acrobat SDK and JavaScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-sdk-discussions/javascript-for-inserting-a-link-into-an-email/m-p/11372031#M3336
Aug 19, 2020
Aug 19, 2020
Copy link to clipboard
Copied
Hi,
As the mailMsg command takes a string, depending on the users mail application you may be possible to enter the URL in as text and have the mail application detect it, but I do not think it is possible from within JavaScript, to force it to be a link, as the information will be handed off to the mail application by acrobat.
Regards
Malcolm
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

