Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Sandbox - All Message Center emails shall be sent to specific inbox

Avatar

Level 2

Hello everyone,

I've got a specific question regarding Message Center in Adobe Campaign Classic. One of our customers would like to restrict the sending of emails through Message Center on his Stage/Sandbox environment. 
No matter what email is used in an API call to the Message Center, the outgoing emails shall all be sent to a specific inbox (e.g. sandbox-test@company.com). 

Can anyone think of a way to achieve this? Maybe setup a typology rule that overwrites the target email address of the initial API call?

 

I know it is possible to restrict the email sendout on a ACC sandbox in general, I just have no clue how this can be done

I would be very thankful for any hints.

 

Kind regards, Marcel

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

I did this one on a non-hosted Message Center setup by redirecting DNS to an MTA that accepted everything (blackbox testing).

For hosted probably easiest way is to alter the nms:messageCenter.js code, nms_rtEvent_PushEvent(), to hardcode the address instead of using the strEmail param.

 

Thanks,

-Jon

View solution in original post

2 Replies

Avatar

Level 3

Hi,

I think the following documentation must help.

 

https://docs.adobe.com/content/help/en/campaign-classic/using/installing-campaign-classic/additional...

 

However, I would suggest you get in touch with the Adobe deliverability team to get the requirement fulfilled as it involves MTA level changes.

Avatar

Correct answer by
Community Advisor

Hi,

 

I did this one on a non-hosted Message Center setup by redirecting DNS to an MTA that accepted everything (blackbox testing).

For hosted probably easiest way is to alter the nms:messageCenter.js code, nms_rtEvent_PushEvent(), to hardcode the address instead of using the strEmail param.

 

Thanks,

-Jon