RubyGems Navigation menu

smtp_tls 1.0

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 'smtp_tls' 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

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.0.3 - August 05, 2009 (10 KB)
  2. 1.0.2 - August 05, 2009 (8.5 KB)
  3. 1.0.1 - August 06, 2009 (8.5 KB)
  4. 1.0 - August 05, 2009 (8.5 KB)

Development Dependencies (1):

hoe >= 2.3.0

Owners:

Authors:

  • Eric Hodel, Kyle Maxwell

SHA 256 checksum:

961e81280759555742b339a338f6f92b8175511e95c78fcbb015413bbd56e296

Total downloads 24,215

For this version 3,373

Licenses:

N/A

Required Ruby Version: ~> 1.8.6.0

Links: