Skip to content

Commit 114241b

Browse files
committed
changes required
1 parent 8441c2d commit 114241b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/changelog/email-routing/2025-04-04-local-development.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Developers can now use wrangler to do local development for Email W
44
date: 2025-04-04T17:00:00Z
55
---
66

7-
Developers can now test the behavior of an Email Worker script, receiving, replying and sending emails in your local environment using `wrangler dev`.
7+
Email Workers enables developers to programmatically take action on anything that hits their email inbox. If you're building with Email Workers, you can now test the behavior of an Email Worker script, receiving, replying and sending emails in your local environment using `wrangler dev`.
88

9-
In this example we receive messages using the `email()` handler and parse them using [postal-mime](https://www.npmjs.com/package/postal-mime):
9+
Below is an example that shows you how you can receive messages using the `email()` handler and parse them using [postal-mime](https://www.npmjs.com/package/postal-mime):
1010

1111
```ts
1212
import * as PostalMime from 'postal-mime';
@@ -74,4 +74,4 @@ This is what you get in the console:
7474
}
7575
```
7676

77-
Local development also works for sending, replying and forwarding emails. See [our documentation](/email-routing/email-workers/local-development/) for more information.
77+
Local development is a critical part of the development flow, and also works for sending, replying and forwarding emails. See [our documentation](/email-routing/email-workers/local-development/) for more information.

0 commit comments

Comments
 (0)