Page 1 of 1

How to insert a hyperlink in a mail body text with SMTPMailService

Posted: Tue Sep 08, 2020 8:30 pm
by Taku Izumi
Hi,

Can Integrator SMTPMailService insert a following hyperlink which has a label and an address in a mail body text?

LANSA Home

I want to do the same thing as "ADD OBJECT(*HYPERLINK) TYPE(*URL) ADDRESS(http://www.lansa.com) LABEL(LANSA Home)" of ExcelService.

Best regards,
Taku

Re: How to insert a hyperlink in a mail body text with SMTPMailService

Posted: Wed Sep 09, 2020 7:39 am
by caseywhite
There isn't such a comment. Assuming you are sending the content as HTML then you would just code the content of your message using the HTML that creates a hyperlink. e.g. <a href="YOUR_URL">TEXT FOR THE URL</a>