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

djz

lb diff -url host2:1521:my.service.de -user username -pass "xxxxxxxxxxxxxxx"
does the trick ( colon instead of slash ), would it be gettint now the error
class oracle.jdbc.driver.T4CConnection cannot be cast to class liquibase.database.jvm.JdbcConnection

djz

Perhaps notewothy: I am using GraalVM

1 - 2
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
524 views