Created
November 2, 2010 20:28
-
-
Save jelder/660241 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> test_email | |
=> {:body=>"test body", :subject=>"test subject", :authentication=>:plain, :domain=>"heroku.com", :address=>"smtp.sendgrid.net", :from=>"[email protected]", :user_name=>"[email protected]", :port=>25, :to=>"[email protected]", :password=>"XXXXXXXXXXXXXXX"} | |
>> Pony.mail(test_email) | |
=> #<Mail::Message:23867391363740, Multipart: false, Headers: <Date: Tue, 02 Nov 2010 13:26:22 -0700>, <From: [email protected]>, <To: [email protected]>, <Message-ID: <[email protected]>>, <Subject: test subject>, <Mime-Version: 1.0>, <Content-Type: text/plain>, <Content-Transfer-Encoding: 7bit>> | |
>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Done via "heroku console"