How To Add an E-mail Header In Apex Application instead taking from Service address (Configuration)
(Doc ID 2598810.1)
Last updated on FEBRUARY 18, 2021
Applies to:
Oracle Application Express (APEX) - Version 18.2 and laterInformation in this document applies to any platform.
Goal
From apex application we can send a report to an arbitrary e-mail address. If the address is not valid or an auto-reply is configured, a
message will be send to the set from address. In this case this from address is set by apex automatically.
It is the service address you set when configuring the apex instance
So started encountering problem with the auto-reply occurs,is the sending of an report inside an apex application.
When sending a report only the destination e-mail address is requested. The from e-mail address seems to be taken from the instance configuration, which
is our service address for apex.
Thats why we saw auto-reply e-mails going to our service address, which does not make any sence for us.
So how to suppress auto-reply e-mails or enable set a FROM address at application level
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |