Guest User

Untitled

a guest
Jun 25th, 2017
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. *.*.EmailConfigurationMap =
  2. (
  3. {
  4. carrierCode = XPO;
  5. mappedConfigSet = cs_US_XPOHBSwap;
  6. },
  7. {
  8. carrierCode = PILOT;
  9. mappedConfigSet = cs_US_PILOTHBSwap;
  10. },
  11. {
  12. carrierCode = ABF;
  13. mappedConfigSet = cs_US_ABFHBSwap;
  14. },
  15. {
  16. carrierCode = CEVA;
  17. mappedConfigSet = cs_US_CEVAHBSwap;
  18. },
  19. );
  20.  
  21. test.*.EmailConfigurationConfigSets =
  22. {
  23. cs_Heavy_Bulky_Swap = {
  24. templatePath = "/getNotificationContentPost";
  25. eventName = "Heavy_Bulky_Swap_Carrier_Notification";
  26. fromEmail = "ltl@amazon.com";
  27. };
  28. cs_US_XPOHBSwap = {
  29. parentConfigSet = cs_Heavy_Bulky_Swap;
  30. renderHost = "http://cs-customer-notification-na-beta.integ.amazon.com:16810";
  31. toEmail = "AmazonCustomerService@xpo.com";
  32. };
  33. cs_US_PILOTHBSwap = {
  34. parentConfigSet = cs_Heavy_Bulky_Swap;
  35. renderHost = "http://cs-customer-notification-na-beta.integ.amazon.com:16810";
  36. toEmail = "hipilot@pilotdelivers.com";
  37. };
  38. cs_US_ABFHBSwap = {
  39. parentConfigSet = cs_Heavy_Bulky_Swap;
  40. renderHost = "http://cs-customer-notification-na-beta.integ.amazon.com:16810";
  41. toEmail = "amazonreturns@abf.com";
  42. };
  43. cs_US_CEVAHBSwap = {
  44. parentConfigSet = cs_Heavy_Bulky_Swap;
  45. renderHost = "http://cs-customer-notification-na-beta.integ.amazon.com:16810";
  46. toEmail = "amazon@HD.cevalogistics.com";
  47. };
  48. };
  49.  
  50. *.*.EmailConfigurationConfigSets =
  51. {
  52. cs_Heavy_Bulky_Swap = {
  53. templatePath = "/getNotificationContentPost";
  54. eventName = "Heavy_Bulky_Swap_Carrier_Notification";
  55. fromEmail = "ltl@amazon.com";
  56. };
  57. cs_US_XPOHBSwap = {
  58. parentConfigSet = cs_Heavy_Bulky_Swap;
  59. renderHost = "http://cs-customer-notification-na.amazon.com:16810";
  60. toEmail = "AmazonCustomerService@xpo.com";
  61. };
  62. cs_US_PILOTHBSwap = {
  63. parentConfigSet = cs_Heavy_Bulky_Swap;
  64. renderHost = "http://cs-customer-notification-na.amazon.com:16810";
  65. toEmail = "hipilot@pilotdelivers.com";
  66. };
  67. cs_US_ABFHBSwap = {
  68. parentConfigSet = cs_Heavy_Bulky_Swap;
  69. renderHost = "http://cs-customer-notification-na.amazon.com:16810";
  70. toEmail = "amazonreturns@abf.com";
  71. };
  72. cs_US_CEVAHBSwap = {
  73. parentConfigSet = cs_Heavy_Bulky_Swap;
  74. renderHost = "http://cs-customer-notification-na.amazon.com:16810";
  75. toEmail = "amazon@HD.cevalogistics.com";
  76. };
  77. };
Add Comment
Please, Sign In to add comment