Example rust workers-rs code for sending email
I'm following this blog post to send email from a worker, written in rust using workers-rs crate:
https://blog.cloudflare.com/sending-email-from-workers-with-mailchannels
I wondered if there is any example rust code for doing the same, as my own attempt is looking very messy and wanted to find a more canonical example.
Thanks
The Cloudflare Blog
Send email using Workers with MailChannels
MailChannels has created an email sending service specifically for Cloudflare Workers that removes all the friction associated with sending emails.
0 Replies