Registry / networking / net-smtp

net-smtp

JSON →
library0.5.1rbrubygemsunverified

Simple Mail Transfer Protocol client library for Ruby, enabling email sending via SMTP servers.

gem install net-smtp
INSTALL
IMPORT
SIG · NET-SMTP
N
net-smtp
networkingrubyv0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Net::SMTP
require 'net/smtp'

Send an email via an SMTP server.

require 'net/smtp' Net::SMTP.start('smtp.example.com', 25) do |smtp| smtp.send_message 'Subject: Test', 'from@example.com', 'to@example.com' end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
net-smtp — gem install net-smtp · libregistry