cancel
Showing results for 
Search instead for 
Did you mean: 

hyperlink in send mail step

Former Member
0 Kudos

Dear Experts,

I have used the below code to insert hyperlink in send mail step. The code is working fine in task description of an activity step. But when I use the same in send mail step the code appears as text and I am not getting the hyperlink.

<A HREF = "http://www.google.com">
http://www.google.com
</A>

Can you please tell me how to insert hyperlink in send mail step. I searched the forum but I am not able to arrive at the solution.

KR,

Bharath

Edited by: bharath padmanabhan on Feb 5, 2010 6:35 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi bharath,

I have written this code in the send mail step

<HTML>
< A HREF="http://www.google.com">
http://www.google.com
</A>
</HTML>

and I got Hyperlink in the sost mail.

Regards

Manjari

Edited by: manjari_25 on Feb 16, 2010 12:32 PM

Answers (3)

Answers (3)

Former Member
0 Kudos

URL can be sent in mail to MS OUTLOOK or LOTUS NOTES from workflow notification steps. To send the URL, in the send mail Task the XML code is required.

XML Code:

<A HREF="&URL&">Link<(><<)>/A>

URL is container where the required URL is needed to pass through binding.

Link is the text which will be displayed in the mail body.

Thanks

Sanjay

Edited by: Sanju.pal on Feb 22, 2010 4:28 PM

Former Member
0 Kudos

Dear All,

Thanks a lot for all your inputs. I changed the code as below in send mail and hyperlink is working now.

<A HREF="http://www.google.com">http://www.google.com</A>

So lesson learnt is in send mail we have to give the code in a single line. Whereas in case of task description hyperlink is working even if we split the code as below.

<A HREF="http://www.google.com">
http://www.google.com
</A>

KR,

Bharath

Former Member
0 Kudos

Hi Bharath,

I saw your thread on hyperlink in send mail step. I am also trying to send hyperlink in activity step. Under task description tab of task I am putting following code:

In below code I have changes A by B:

<B HREF="http://www.google.com">

http://www.google.com

</B>

But in outlook I am getting plain text and not html hyperlink. Can you please assist me here.

Thanks in advance

Regards,

Vijay

Edited by: vijay Pal on Aug 24, 2010 8:39 AM

former_member185167
Active Contributor
0 Kudos

Please don't post the same question more than once.

Former Member
0 Kudos

Hi Bharath,

Is your query cleared??

Former Member
0 Kudos

Dear Experts,

As per my requirement I want to send an url to an external email id from workflow using sendmail step. I see that anchor tag is working for user decision step whereas for send mail I see in SOST that only text http://www.google.com is displayed instead of hyperlink. Can you please tell me whether is there any other way to send url to an external email id.

KR,

Bharath

former_member185167
Active Contributor
0 Kudos

Hello,

If you want to send anything more than plain text, you're better off not using SendMail but instead use a task which uses a method which calls fm SO_NEW_DOCUMENT_SEND_API1.

regards

Rick Bakker

Hanabi Technology