RubyGems Navigation menu

smtp_tls 1.0.1

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:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  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 Abhängigkeiten (1):

hoe >= 2.3.0

Besitzer:

Autoren:

  • Eric Hodel, Kyle Maxwell

SHA 256-Prüfsumme:

6a951b9eae3f6db0b0fce553558378a2647c0561fc55d42f403800792bb2ba1a

Downloads insgesamt 24.215

Für diese Version 3.368

Lizenzen:

k.A.

Erforderliche Ruby-Version: ~> 1.8.6.0

Links: