We have a custom BI report that we are using for sending emails by bursting.
We are facing the below issue after 24C upgrade.
provided email is xyz@abc
This is an invalid email address.
So, the delivery should fail and delivery status should be warning or error. (this was the behaviour before 24C upgrade)
But email getting created by BI server as xyz@abc.email.us-phoenix-1.oraclecloud.com
and delivery status showing as successful.
So, basically ".email.us-phoenix-1.oraclecloud.com" is getting added to invalid email addresses and email is sent.
There is no bounce message nor is any warning or error.
any insight how to fix this?
Thanks