cancel
Showing results for 
Search instead for 
Did you mean: 

Send Link in Email

Former Member
0 Kudos

Hi there,

I'm trying to send an html email from XI. The email content currently has a hyperlink referencing an online website. However this link is too long so I am trying to enacapsulate it in <a href> tag to only show simple two-word link.

However, although the email that is sent is of html type, XI does not seem to recognize the <a href> tag and send it as text. Here is the xml payload for the message i'm sending:

content-type:application/xml

content-length:994

content-id:payload-432CA35E54AF4521E10000000A090B18@sap.com

<?xml version="1.0" encoding="UTF-8"?>

<ns:Mail xmlns:ns="http://sap.com/xi/XI/Mail/30">

<Subject>Time Off Request from Alaa Qasem</Subject>

<From>qasema</From>

<To>baudaisk; qasema</To>

<Content_Type>text/html; charset=us-ascii</Content_Type>

<Content>This is a time off request submitted byAlaa QasemPlease click on the link below to approve/disapprove. &lt;a href=&quot;http://google.com&quot;&gt;Click Here&lt;/a&gt;</Content></ns:Mail>

Do I need to change any of the Mail Adapter attributes?

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

There is a bug in the Mail Adapter (see note 863930).

I have tested with SP13, there it works.

Regards

Stefan

Message was edited by: Stefan Grube

Former Member
0 Kudos

Sorry for being toooo late. Thanks Stefan for your answer. That was helpful.