For Workers & Pages, what is the name of the domain?
realhubb.co.in
What is the issue or error you’re encountering
unable to find sufficient examples and documentation
What steps have you taken to resolve the issue?
I have a workers which receives a post request and after processing, I want to send email notification to the concerned person in the company as well as his manager.
It is achievable through cloudflare workers. I can get all the necessary emails verified. There are about 10 employees and three managers.
cannot edit the post.
I want to know whether this can be done through email workers. cannot find sufficient documentation and examples.
For Workers & Pages, what is the name of the domain?
realhubb.co.in
What is the issue or error you’re encountering
unable to send email through cloudflare email workers.
What steps have you taken to resolve the issue?
I have a very simple use case. I receive a post request, and I send an email notification to the email already added to my account. But I am unable to.
It seems it’s very hard to do through cloudflare email workers.
Is wrangler necessary to setup cloudflare email workers?
I used the email example in the docs but I got this error: Cannot find module ‘mimetext’. Did you mean to set the ‘moduleResolution’ option to ‘nodenext’, or to add aliases to the ‘paths’ option?ts(2792)
i used chatgpt, it made some changes but I cannot test it because the code in the example has a line:
await env.SEB.send(message);
What is SEB and how to add it through the web interface. Please help.
I had a created another topic a couple of days ago, but no help.