Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
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

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