Technology Stack - EBS (MOSC)

MOSC Banner

how to add xdodelivery.cfg with multi smtp_mail default="true" entries?

edited Apr 30, 2020 2:57AM in Technology Stack - EBS (MOSC) 6 commentsAnswered

edit the xdodelivery.cfg with following content,

there are two entries "smtp_email" && "default="true"

but only the last(2nd) entry work well.

How to setup both entry work well?

--------------------xdodellivery.cfg------------------------------------

<server name="localhost" type="smtp_email" default="true">
<host>mail.abc.cn</host>
<port>25</port>
<username>erpnotice@abc.cn</username> 
<password>Abcd1234</password> 
</server>
<server name="localhost2" type="smtp_email" default="true">
<host>mail.abc.cn</host>
<port>25</port>
<username>raytest@abc.cn</username> 
<password>ABC.123</password> 
</server>

...

---------------------------------------------------------

Regards

Gavin.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center