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

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
Taku Izumi
Posts: 70
Joined: Thu Dec 15, 2016 2:03 pm

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

Post 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
caseywhite
Posts: 192
Joined: Thu May 26, 2016 1:17 am

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

Post 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>
Post Reply