Skip to content

Commit 2e93c91

Browse files
committed
chore: remove email cc
1 parent 6ef7240 commit 2e93c91

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • packages/polymath-offchain/src/utils

packages/polymath-offchain/src/utils/emails.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ export const sendEmail = async (
4242
from: { email: 'noreply@polymath.network', name: 'Polymath Network' },
4343
replyTo,
4444
to: { email, name },
45-
// @FIXME remon-nashid: requests to SendGrid fail when cc and receiver addresses are the same.
46-
// hardcoding CC email to my email to save the day.
47-
cc: 'remon@polymath.network',
4845
subject,
4946
html: body,
5047
};

0 commit comments

Comments
 (0)