Sha256: 42ef00c4f009abc282011957d3ae96796f68ae5957338042f4daf566909d4841

Contents?: true

Size: 422 Bytes

Versions: 29

Compression:

Stored size: 422 Bytes

Contents

TestConfig.smtp_server = {
  :host => "smtp.example.com",
  :identifier => "smtp.example.com"
} 

TestConfig.public_smtp_server = {
  :host => "smtp.gmail.com",
  :identifier => "mx.google.com",
  :username => "--your--username--gmail.com",
  :password => "--your--password--",
  :port => 587
}

TestConfig.proxy_server = "proxy.example.com"

TestConfig.recipient = "--your--email--"
TestConfig.sender = "--your--email--"

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
remailer-0.5.2 test/config.example.rb
remailer-0.5.1 test/config.example.rb
remailer-0.5.0 test/config.example.rb
remailer-0.4.21 test/config.example.rb
remailer-0.4.20 test/config.example.rb
remailer-0.4.19 test/config.example.rb
remailer-0.4.18 test/config.example.rb
remailer-0.4.17 test/config.example.rb
remailer-0.4.16 test/config.example.rb
remailer-0.4.15 test/config.example.rb
remailer-0.4.14 test/config.example.rb
remailer-0.4.13 test/config.example.rb
remailer-0.4.12 test/config.example.rb
remailer-0.4.11 test/config.example.rb
remailer-0.4.10 test/config.example.rb
remailer-0.4.8 test/config.example.rb
remailer-0.4.6 test/config.example.rb
remailer-0.4.5 test/config.example.rb
remailer-0.4.4 test/config.example.rb
remailer-0.4.3 test/config.example.rb