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