Skip to content

Commit

Permalink
send document requests to everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-0 committed Apr 3, 2024
1 parent 97c4815 commit 18efa84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion email-backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default {

const emailBody = new URLSearchParams();
emailBody.append('from', 'stevenson.space Document Request <[email protected]>');
emailBody.append('to', '[email protected]');
emailBody.append('to', '[email protected]');
if (targetEmail) {
emailBody.append('h:Reply-To', targetEmail);
}
Expand Down

0 comments on commit 18efa84

Please sign in to comment.