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
How to insert a hyperlink in a mail body text with SMTPMailService
-
Taku Izumi
- Posts: 70
- Joined: Thu Dec 15, 2016 2:03 pm
-
caseywhite
- Posts: 192
- Joined: Thu May 26, 2016 1:17 am
Re: How to insert a hyperlink in a mail body text with SMTPMailService
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>