Support,
What is the name of the SMTP client library installed on Cloudflare Workers, e.g., include libraries like nodemailer, emailjs-smtp-client, or others.
See error message: Uncaught Error: No such module “nodemailer”. imported from “worker.js” (Code: 10021).
We have a cPanel/EXIM mail client and smart host Dual Circle that uses port no. 10025, smtp mx mail socket. The problem is with the SMTP node mailer library: Uncaught ReferenceError: require is not defined at worker.js:2:20 (Code: 10021).
What is the name of the SMTP client library installed on Cloudflare Workers, e.g., include libraries like nodemailer, emailjs-smtp-client, or others.
See error message: Uncaught Error: No such module “nodemailer”. imported from “worker.js” (Code: 10021).