cancel
Showing results for 
Search instead for 
Did you mean: 

How to send HTML link in the email through BRFplus

former_member198721
Participant
0 Kudos

Hi All,

I want to send an HTML link embedded into the email body , as shown below.

-----------------------------------------------------------------------------------------

Hello Friends,

Please find below path for error occurred during triggering of materials.

Http://documents/error/doc.htm

Thanks & Regards

Khushbu

-------------------------------------------------------------------------------------------

And when the user clicks on the HTML link , it should directly take user to the browser.

Kindly suggest how to implement this functionality.

Regards,

Khushbu

Accepted Solutions (0)

Answers (1)

Answers (1)

carsten_ziegler
Active Contributor
0 Kudos

Have you tried to make the complete email an HTML email?

former_member198721
Participant
0 Kudos

No , how to do that ?

carsten_ziegler
Active Contributor
0 Kudos


Maybe this helps you. Of course you can leave out all the CSS stuff. In the sample code there is also a link.

former_member198721
Participant
0 Kudos

I have tried using HTML code for writing the email body, but its not working.Its not converting HTML code , its taking them as characters only.I know how pass HTML link in email from ABAP but here email are sent from SEND email action of BRFplus.

carsten_ziegler
Active Contributor
0 Kudos

I have checked it in the code. The documen type is defaulted to TXT.

However, it also depends on the email client if HTML is understood or not.

former_member198721
Participant
0 Kudos

So , can you suggest any way to solve this issue?