Application Development 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: 

how to remove html tag in email that was sent

Former Member
0 Kudos

Hi!

How do I remove the html tags in the email that was sent through SAP?

I need to create a hyperlink, however, the html codes are not recognized.

How do I do this?


<a href="mailto:steph@email.com?subject=html'">Click</a>

So I can get this?

<a href="mailto:steph@email.com?subject=html'">Click</a>

TIA.

3 REPLIES 3

Former Member
0 Kudos

Hi Steph,

I hope you're speaking about the subject which is getting html' while clicking your hypelink.

If you dont want that, give only mailto:steph@email.com in the quotes. Dont give ?Subject=html'.

If i am wrong, please explain in detail...about your problem...

Bye,

Ram

Message was edited by:

Muthurajan Ramkumar

Former Member
0 Kudos

Hi,

try it this way:


<a href="mailto:steph@email.com?subject=subject">Click</a>

Now it works as below:

<a href="mailto:steph@email.com?subject=subject">Click</a>

Regards,

Anjali

Former Member
0 Kudos

try this

<a href="mailto:steph@email.com?" 'subject=html'>Click</a>

regards

Giridhar