Skip to content

Commit d3d5671

Browse files
authored
Merge pull request #635 from PolymathNetwork/task/remove-cc
Task/remove cc
2 parents c78ae61 + 2e93c91 commit d3d5671

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)