All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Email Service - Authenticated SMTP submission now available in beta

26d ago

Source

CloudflareEmail Service - Authenticated SMTP submission now available in betacloudflare.com
Snippet from the RSS feed
You can now send emails through Cloudflare Email Service using authenticated SMTP submission on smtp.mx.cloudflare.net:465 . SMTP joins the REST API and the Workers binding as a third way to send transactional email — useful for existing applications that already speak SMTP and language-native SMTP libraries (Nodemailer, smtplib , PHPMailer, JavaMail). Setting Value Host smtp.mx.cloudflare.net Port 465 (implicit TLS) AUTH PLAIN or LOGIN Username api_token Password A Cloudflare API token (account-owned or user-owned) with Email Sending: Edit Submissions enter the same delivery pipeline as the REST API and Workers binding: identical limits , automatic DKIM and ARC signing, and shared dashboard logs. Send your first email with a single command: curl --ssl-reqd \ --url "smtps://smtp.mx.cloudflare.net:465" \ --user "api_token:" \ --mail-from "[email protected]" \ --mail-rcpt "[email protected]" \ --upload-file mail.txt Refer to the SMTP reference for authentication details, response codes, and language-specific examples.

You might also wanna read

Cloudflare launches Email Service private beta with native Workers integration

Cloudflare is launching a new Email Service in private beta that allows developers to send and receive email directly from Cloudflare Worker

blog.cloudflare.com·9mo ago

Cloudflare Email Service Enters Public Beta for AI Agent Integration

Cloudflare has launched its Email Service into public beta, providing infrastructure for developers to integrate email capabilities into AI

blog.cloudflare.com·2mo ago

Cloudflare Email Service Enters Public Beta for AI Agent Integration

Cloudflare has launched its Email Service into public beta, enabling developers to integrate AI agents with email infrastructure. The servic

Product Hunt·12d ago

Cloudflare Web Bot Auth: Cryptographic Authentication for Automated Bots

Web Bot Auth is an authentication method that uses cryptographic signatures in HTTP messages to verify automated bot requests. It serves as

developers.cloudflare.com·10mo ago

Cloudflare enables AI agents to autonomously create accounts, buy domains, and deploy code

Cloudflare now allows AI coding agents to create accounts, purchase domains, set up paid subscriptions, and obtain API tokens autonomously o

The Cloudflare Blog·1mo ago

Cloudflare launches temporary accounts for AI agents to bypass human signup flows

Cloudflare is launching Temporary Accounts for AI agents, allowing them to deploy websites, APIs, and other agents instantly without going t

blog.cloudflare.com·14d ago

Cloudflare launches temporary accounts for AI agents to bypass human signup flows

Cloudflare is launching Temporary Accounts for AI agents, allowing them to deploy websites, APIs, and other agents instantly without going t

Cloudflare·14d ago

Comments

Sign in to join the conversation.

No comments yet. Be the first.