We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839a39d commit 84c3c84Copy full SHA for 84c3c84
docs/email.md
@@ -17,5 +17,5 @@ fly secrets set RESEND_API_KEY="re_blAh_blaHBlaHblahBLAhBlAh" --app [YOUR_APP_NA
17
```
18
19
Setup a [custom sending domain](https://resend.com/domains) and then make sure
20
-to update the `from` email address in `app/utils/email.server.ts` to the one you
+to update the `from` email address in `app/utils/email.server.ts` and the `expect(email.from).toBe` in `tests/e2e/onboarding.test.ts` to the one you
21
want your emails to come from.
0 commit comments