SMTP daemon (and eventually client) library
Parse an SMTP (RFC-5321) address
Connect to SMTP servers
Create custom SMTP servers on the fly
SMTP transport for Nodemailer
SMTP transport for Nodemailer
TypeScript definitions for smtp-server
Well known SMTP services
Low level SMTP communication layer.
TypeScript definitions for nodemailer-smtp-transport
Quick and dirty smtp server, that accepts handlers to process messages
Low level SMTP communication layer.
Simple SMTP server module to create custom SMTP servers
Sendmail without setting up SMTP server
SMTP email sender for Constructive
Fake SMTP Server for email testing
SMTP transport for Upyo email library
implements the smtp protocol for clients and servers
SMTP Server and Web Interface for reading and testing emails during development
Generate SES smtp credentials for a given user and store the credentials in a SecretsManager Secret.
Strapi SMTP email provider with nodemailer
SMTP Appender for log4js-node
Direct SMTP client — transport-agnostic, no Node.js dependencies, browser-ready
An SMTP Server project.
UNMAINTAINED - Replaced by the 'lettre' crate
Auto-refreshing SMTPS server powered by Redis / Kvrocks / 基于 Redis / Kvrocks 自动热更新证书的 SMTPS 服务器
Dual-port SMTP server: Secure submission (465) & Inbound forwarding (25) / 双端口 SMTP 服务:安全提交 (465) 与入站转发 (25)
Secure, typed, and deliverability-aware Rust SDK for SendPulse
Cross-platform SMTP / IMAP / POP3 connectivity tester with IT-actionable diagnostics.
Environment-independent SMTP client core for WASM and other constrained runtimes.
Cloudflare Workers socket adapter for wasm-smtp.
Tokio + rustls socket adapter for wasm-smtp.
SMTP server and library built on async-std
Simple (yet efficient) SMTP server.
Compose, deliver, preview, and test emails in Rust - pluggable providers with zero configuration code
extendible smtp implementation for tokio
Simple Mail Transfer Protocol client library for Ruby.
💎 Ruby SMTP mock. Mimic any SMTP server behavior for your test environment.
Deliver mail in a resque job
Provides SMTP STARTTLS support for Ruby 1.8.6 (built-in for 1.8.7+). Simply require 'smtp_tls' and use the Net::SMTP#enable_starttls method to talk to servers that use STARTTLS. require 'net/smtp' begin require 'smtp_tls' rescue LoadError end smtp = Net::SMTP.new address, port smtp.enable_starttls smtp.start Socket.gethostname, user, password, authentication do |server| server.send_message message, from, to end You can also test your SMTP connection settings using mail_smtp_tls: $ date | ruby -Ilib bin/mail_smtp_tls smtp.example.com submission \ "your username" "your password" plain \ from@example.com to@example.com Using SMTP_TLS 1.0.3 -> "220 smtp.example.com ESMTP XXX\r\n" <- "EHLO you.example.com\r\n" -> "250-smtp.example.com at your service, [192.0.2.1]\r\n" -> "250-SIZE 35651584\r\n" -> "250-8BITMIME\r\n" -> "250-STARTTLS\r\n" -> "250-ENHANCEDSTATUSCODES\r\n" -> "250 PIPELINING\r\n" <- "STARTTLS\r\n" -> "220 2.0.0 Ready to start TLS\r\n" TLS connection started <- "EHLO you.example.com\r\n" -> "250-smtp.example.com at your service, [192.0.2.1]\r\n" -> "250-SIZE 35651584\r\n" -> "250-8BITMIME\r\n" -> "250-AUTH LOGIN PLAIN\r\n" -> "250-ENHANCEDSTATUSCODES\r\n" -> "250 PIPELINING\r\n" <- "AUTH PLAIN BASE64_STUFF_HERE\r\n" -> "235 2.7.0 Accepted\r\n" <- "MAIL FROM:<from@example.com>\r\n" -> "250 2.1.0 OK XXX\r\n" <- "RCPT TO:<to@example.com>\r\n" -> "250 2.1.5 OK XXX\r\n" <- "DATA\r\n" -> "354 Go ahead XXX\r\n" writing message from String wrote 91 bytes -> "250 2.0.0 OK 1247028988 XXX\r\n" <- "QUIT\r\n" -> "221 2.0.0 closing connection XXX\r\n" This will connect to smtp.example.com using the submission port (port 587) with a username and password of "your username" and "your password" and authenticate using plain-text auth (the submission port always uses SSL) then send the current date to to@example.com from from@example.com. Debug output from the connection will be printed on stderr.
Allows smtp settings to be defined as URL in environment variable, then converted to hash for use in Mail/ActionMailer
This is the ruby client for SMTP Locaweb product.
Enhance Ruby net/smtp library to be never interrupted by errors while mail sending to multiple recipients.
Adds auth_xoauth to Ruby's core Net::SMTP to support Google's new XOAUTH http://code.google.com/apis/gmail/oauth/protocol.html
MidiSmtpServer is the highly customizable ruby SMTP-Server and SMTP-Service library with builtin support for AUTH and SSL/STARTTLS, 8BITMIME and SMTPUTF8, IPv4 and IPv6 and additional features.
Proxy support for Ruby's Net::SMTP library.
auth smtp user
Ruby standard library smtp.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.