Skip to content

Commit

Permalink
⚡️ Increase email send rate (lukevella#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevella authored Mar 22, 2023
1 parent d049e91 commit 0f0c97d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/emails/src/send-email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ const getTransport = () => {
});

transport = createTransport({
SES: { ses, aws },
SES: {
ses,
aws,
sendingRate: 10,
},
});
}
break;
Expand Down

0 comments on commit 0f0c97d

Please sign in to comment.