SMTP Protocol from Worker

Is there any way that I can directly communicate with an SMTP host from a worker? What I'm trying to do is basically:
HELO myhostname.com
MAIL FROM:<[email protected]>
QUIT
HELO myhostname.com
MAIL FROM:<[email protected]>
QUIT
the idea is all i'm trying to get is the response for that RCPT TO to check if a provided email address is valid
4 Replies
kian
kian2y ago
Raw SMTP? No Workers only talk HTTP & WebSockets
Sebastian
Sebastian2y ago
well that's a shame, i wanted to avoid hosting a dedicated box for this lol i can understand why tho
kian
kian2y ago
Outbound TCP is on the way - it's just likely to be in internal testing for awhile
Sebastian
Sebastian2y ago
ah ok thanks for the help
Want results from more Discord servers?
Add your server