Relative Content

Tag Archive for oracleoracle11goracle-sqldeveloperoracle10goracle-apex

In oracle apex send email function i am getting email with html tags how to remove that

The below code i am using in page process to get the email when creating new order and the email will trigger when page processing in apex, currently i am using the below code in page process DECLARE l_id NUMBER; l_body_html varchar2(3200); l_to varchar2(32000); l_cc varchar2(32000); BEGIN l_body_html := ‘<html><head></head><body>’ || ‘<p>Your Order’ || :P400_ORDER_NO […]