Registry / networking / tlsmail

tlsmail

JSON →
library0.0.1rbrubygemsunverified

This library enables pop or smtp via ssl/tls by dynamically replacing these classes to these in ruby 1.9.

gem install tlsmail
INSTALL
IMPORT
SIG · TLSMAIL
T
tlsmail
networkingrubyv0.0.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
require 'tlsmail'

Send email via SMTP with TLS/SSL support

require 'tlsmail' Net::SMTP.enable_tls(OpenSSL::SSL::VERIFY_NONE) Net::SMTP.start('smtp.gmail.com', 587) do |smtp| smtp.send_message 'test', 'from@example.com', 'to@example.com' end
Debug
Known issues
breakingThis gem is designed for Ruby 1.9 and may not work with newer Ruby versions.
fix
Use Ruby's built-in Net::SMTP TLS support or a modern email library like Mail or Pony.
affects: >= 2.0
Upgrade
Version history
0.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
1
Resources
tlsmail — gem install tlsmail · libregistry