‎2006 Jul 06 11:13 AM
Hi friends,
<b>1</b>.
I have created email program with PDF attachment.I need to make one sentence BOLD or COLOR in the body of the email.
Ex:
I have created <b>email program</b> with <b>PDF</b> attachment.
<b>2</b>.
I am able to make link to sentence .Like this .
<a href="http://mail.yahoo.com">" Yahoo mail ID Site</a>
..Advance thanks..
<b>Thanks,
Venkat.O</b>
‎2006 Jul 07 6:35 AM
‎2009 Sep 22 1:10 PM
‎2009 Sep 23 7:42 AM
Hi,
Have you tried out using HTML code. I did the same, something like this and it works out.
wa_mail_msg = '<P> <SPAN style="font-family:arial;font-size:10pt;color:black" >'.
<p> is the start of the HTML code
you need to close the tags.
Thanks
Papiya