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:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.0.3 - August 05, 2009 (10.0 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 相依性套件 (1):

hoe >= 2.3.0

擁有者:

作者:

  • Eric Hodel, Kyle Maxwell

SHA 256 checksum:

6a951b9eae3f6db0b0fce553558378a2647c0561fc55d42f403800792bb2ba1a

總下載次數 24,159

這個版本 3,355

License:

Ruby 版本需求: ~> 1.8.6.0

相關連結: