RubyGems Navigation menu

smtp_tls 1.0.2

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

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:

2c678b675f28fa7d6f5b15397fa4320c9338832274262ff10655c01010578cb3

Total downloads 24,197

For this version 3,398

Licenses:

N/A

Required Ruby Version: ~> 1.8.6.0

Links: