Sandbox - All Message Center emails shall be sent to specific inbox | Community
Skip to main content
Level 2
April 23, 2020
Solved

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

  • April 23, 2020
  • 2 replies
  • 4412 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

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

Level 3
April 24, 2020

Hi,

I think the following documentation must help.

 

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

 

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

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
April 24, 2020

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