Is there a way to make a magic link email through worker?

I am trying to make a auth server, and I am trying to make a magic link at the registeration process to check their email. I tried this API, but since it needs destination_address to be verification email, It didn't fit my needs well. https://developers.cloudflare.com/email-routing/email-workers/send-email-workers/
Cloudflare Docs
Send emails from Workers
You can send an email about your Worker's activity from your Worker to an email address verified on Email Routing. This is useful for when you want to know about certain types of events being triggered, for example.
1 Reply
olafg
olafg6mo ago
I think you would need to use an email sending service to send outgoing emails to arbitrary emails

Did you find this page helpful?