#Sending email via Workers
4 messages · Page 1 of 1 (latest)
Actually I'm looking for free solutions. I don't need another service, but I don't know how to send email via the workers.
As far as I understand, Workers don't support connection to SMTP server. I should connect to SMTP server in the webhook.
You cannot make outgoing smtp connections directly from a Worker because port 25 is blocked. You have to use an external service.