We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c78ae61 + 2e93c91 commit d3d5671Copy full SHA for d3d5671
1 file changed
packages/polymath-offchain/src/utils/emails.js
@@ -42,9 +42,6 @@ export const sendEmail = async (
42
from: { email: 'noreply@polymath.network', name: 'Polymath Network' },
43
replyTo,
44
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',
48
subject,
49
html: body,
50
};
0 commit comments