File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/content/changelog/email-routing Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ It's now possible to keep a threaded email conversation with an [Email Worker](/
1717Here's an example of a Worker responding to Emails using a Workers AI model:
1818
1919``` ts title="AI model responding to emails"
20- import PostalMime from " postal-mime" ;
20+ import PostalMime from ' postal-mime' ;
2121import {createMimeMessage } from " mimetext"
2222import { EmailMessage } from " cloudflare:email" ;
2323
@@ -48,4 +48,5 @@ export default {
4848} satisfies ExportedHandler <Env >;
4949```
5050
51- See [ Reply to emails from Workers] ( /email-routing/email-workers/reply-email-workers/ ) for more information.
51+ See [ Reply to emails from Workers] ( /email-routing/email-workers/reply-email-workers/ ) for more information.
52+
You can’t perform that action at this time.
0 commit comments