Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion with-prevent-thread-on-gmail/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ yarn dev

### 4. Update the `from` and `to` in the `send.ts`

You can update the `from` and `to` here so send from your own domain and to your email address. The `to` must be a verified `domain` in your account.
You can update the `from` and `to` here so send from your own domain and to your email address. The `from` must be a verified `domain` in your account.

```tsx
const data = await resend.emails.send({
Expand Down