Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hyperlink in the Email

Former Member
0 Likes
454

Hi All,

I have a program which triggers emails to selected users upon execution.The current program triggers email with the text maintained in the text elements .As per the new requirement , that the email sent to the user should contain a http:// hyperlink . Is there any way to maintain the text in textelements with color,font and any functionality for the hyperlink?

Kindly Advise.

Thanks!

Hi All,

I have a program which triggers emails to selected users upon execution.The current program triggers email with the text maintained in the text elements .As per the new requirement , that the email sent to the user should contain a http:// hyperlink . Is there any way to maintain the text in textelements with color,font and any functionality for the hyperlink?

Kindly Advise.

Thanks!

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
433

for the hyperlink try to use this:

<http://www.sap.com>

Don't think it is possible with colors, fonts etc.

Read only

Former Member
0 Likes
433

you can use HTML tag <a> and you can show the hyperlink.