diff --git a/common/containers/Tabs/Swap/components/SupportFooter.tsx b/common/containers/Tabs/Swap/components/SupportFooter.tsx index bc59515c..1d78726b 100644 --- a/common/containers/Tabs/Swap/components/SupportFooter.tsx +++ b/common/containers/Tabs/Swap/components/SupportFooter.tsx @@ -35,7 +35,9 @@ class SupportFooter extends React.PureComponent { const pair = origin && destination ? origin.label + destination.label : 'BTCETH'; const rates = provider === 'shapeshift' ? shapeshiftRates.byId : bityRates.byId; const emailTo = - provider === 'shapeshift' ? 'support@mycrypto.com' : 'support@mycrypto.com,mew@bity.com'; + provider === 'shapeshift' + ? 'support@shapeshift.zendesk.com,support@mycrypto.com' + : 'support@mycrypto.com,mew@bity.com'; const mailSubject = encodeURI('Issue regarding my Swap via MyCrypto'); const serviceProvider = provider.charAt(0).toUpperCase() + provider.slice(1); let mailBody;