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:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

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

Development依存関係 (1):

hoe >= 2.3.0

所有者:

作者:

  • Eric Hodel, Kyle Maxwell

SHA 256チェックサム:

2c678b675f28fa7d6f5b15397fa4320c9338832274262ff10655c01010578cb3

累計ダウンロード数 24,236

このバージョンのみ 3,407

ライセンス:

N/A

必要なRubyのバージョン: ~> 1.8.6.0

リンク: