‎2011 Mar 09 7:50 AM
Hi experts,
I am using the method 'send_mail' in the class 'cl_bbp_doc_send_bcs' to send mails to microsoft outlook.
In the outlook it is not showing the hypertext link say for eg. [test]
I set the code document class as 'HTM' for the email body the the hyperlink appears in SOST,however in the outlook it showed as plain text like <a href = 'mailto: test......
Kindly provide your solution to fix this issue asap.
thanks in advance.
‎2011 Mar 09 9:52 AM
Hello
I am not sure if it is required to pass with html tag <a href>, i think a simple addition of "mailto:" should be enough. Also, make sure there's no space between strings "mailto:" and the email address. This will work if your mail is set to HTML/Rich text format.
Regards
Ranganath
‎2011 Mar 09 8:57 AM
Hi,
Have you checked the Outlook Options for email? Maybe you have it set as Text instead of HTML.
Regards
Ernesto
‎2011 Mar 09 9:26 AM
The microsoft outlook option is set as HTML only. The emails which are triggered by function module 'SO_NEW_DOCUMENT_SEND_API1' have proper hyperlink in outlook.
‎2011 Mar 09 9:42 AM
‎2011 Mar 09 9:52 AM
Hello
I am not sure if it is required to pass with html tag <a href>, i think a simple addition of "mailto:" should be enough. Also, make sure there's no space between strings "mailto:" and the email address. This will work if your mail is set to HTML/Rich text format.
Regards
Ranganath
‎2011 Mar 09 11:49 AM
Yes. I am using BCS class.
Ranganath,
As u said I have already used href="mailto:saptest.. with out space with in the tags <a and </a> .
Still i get the same in the outlook output instead of hyperlink.
Regards
Karthik
‎2011 Mar 09 12:01 PM
I meant to say you do not need to use href tag, just "mailto:saptest.com" would be sufficient.
Regards
Ranganath
‎2011 Mar 10 10:23 AM