Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sending emails using APEX_MAIL.SEND

Gor_MahiaJul 11 2013 — edited Jul 11 2013

All,

I am using apex API to send emails/attachments but here is the issue on Lotus notes when emails are received there is this default text "Please respond to XXXXXX" at the header, how do i remove this default text from appearing in Lotus notes when Apex sends emails?

APEX_MAIL.SEND(

P_TO        => xxxxx ,

P_FROM      =>xxxx,

P_CC        => xxxx,

P_BCC       => xxx,

P_BODY      => body text,

P_SUBJ      => subject text,

P_BODY_HTML => html text); .......

using Apex 4.1.1/Oracle 11gx

thanks,

This post has been answered by Gor_Mahia on Jul 11 2013
Jump to Answer

Comments

89524
Elizabeth,

<toolbar> is not implemented in Oracle Help for Java.

This should be documented in the Oracle Help Guide and we have filed this is a bug in our documentation.

Sorry about the confusion.

Cheers,


Craig.
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 8 2013
Added on Jul 11 2013
2 comments
516 views