Apex_Mail. . need to bold some text characters how can i achive it..
686334Mar 1 2012 — edited Mar 13 2012I am using apex_mail to send some mail .. I need to get the characters in bold .. some characters how can i accomplish it..
bELOW Is the code
l_body := 'Dear '||utl_tcp.crlf||utl_tcp.crlf||maddressas ||','||utl_tcp.crlf||utl_tcp.crlf||' Thank you for inviting us '
Now I need bold on Dear and also Thank You ..
How can i accomplis it..
apex_mail.send I call the l_body in apex_mail..