Sha256: 35934405dc728a1b536f768707ce95183913e29f0f81a13c8c0dccbf96ced5e9

Contents?: true

Size: 546 Bytes

Versions: 1

Compression:

Stored size: 546 Bytes

Contents

require 'rubygems'
require 'pony'

# :to      => ['fernand.galiana@gmail.com', 'fernand@collectiveintellect.com'],

result = Pony.mail( 
  :from     => 'fernand@collectiveintellect.com',
  :to      => 'fernand.galiana@gmail.com, fernand@collectiveintellect.com',
  :subject => 'test5', 
  :body    => "Hello World"
  # :via     => :smtp,
  # :smtp    => { :host => "exchange@collectiveintellect.com", :port => 25, : }
  # :user    => 'fernand@collectiveintellect.com',
  # :password => '$mistral1',
  # :auth     => :plain
)

puts result.inspect

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rackamole-0.2.5 a.rb