Email workers send email
Hello im trying to send an email within the email woker. I tried this:
but i get the error:
but i get the error:
Cannot read properties of undefined (reading 'send'). Im not the best at JS and workers but my guess is that "SEB" is not defined or not the object i need, but i dont have any clue how to fix this. I took code from https://developers.cloudflare.com/email-routing/email-workers/send-email-workers/#example-worker and https://developers.cloudflare.com/email-routing/email-workers/reply-email-workers/