Skip to content

Instantly share code, notes, and snippets.

@roadev
Created August 3, 2015 04:49
Show Gist options
  • Save roadev/113fb56dc2d412fef9fd to your computer and use it in GitHub Desktop.
Save roadev/113fb56dc2d412fef9fd to your computer and use it in GitHub Desktop.
# Emails are "examples" for security reasons"
Sent mail to email@gmail.com (62.7ms)
Date: Mon, 03 Aug 2015 04:43:59 +0000
From: postmaster@domain.org
To: email@gmail.com
Message-ID: <55bef18f8dbf6_33ff4eacb9e9476ed@268869cd-5732-4ba4-ade9-c53f70250a53.mail>
Subject: Success! You did it.
Mime-Version: 1.0
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
ModelMailer#new_record_notification
Hi,
A new record has been added:
Thanks
Date: Mon, 03 Aug 2015 04:43:59 +0000
From: postmaster@domain.org
To: email@gmail.com
Message-ID: <55bef18f8dbf6_33ff4eacb9e9476ed@268869cd-5732-4ba4-ade9-c53f70250a53.mail>
Subject: Success! You did it.
Mime-Version: 1.0
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
ModelMailer#new_record_notification
Hi,
A new record has been added:
Thanks
Net::SMTPServerBusy: 454 4.7.1 <email@gmail.com>: Relay access denied
from /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/net/smtp.rb:951:in `check_response'
from /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/net/smtp.rb:920:in `getok'
from /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/net/smtp.rb:863:in `rcptto'
from /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/net/smtp.rb:844:in `block in rcptto_list'
from /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/net/smtp.rb:842:in `each'
from /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/net/smtp.rb:842:in `rcptto_list'
from /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/net/smtp.rb:663:in `send_message'
from /app/vendor/bundle/ruby/2.0.0/gems/mail-2.5.4/lib/mail/network/delivery_methods/smtp.rb:113:in `block in deliver!'
from /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/net/smtp.rb:521:in `start'
from /app/vendor/bundle/ruby/2.0.0/gems/mail-2.5.4/lib/mail/network/delivery_methods/smtp.rb:112:in `deliver!'
from /app/vendor/bundle/ruby/2.0.0/gems/mail-2.5.4/lib/mail/message.rb:2129:in `do_delivery'
from /app/vendor/bundle/ruby/2.0.0/gems/mail-2.5.4/lib/mail/message.rb:232:in `block in deliver'
from /app/vendor/bundle/ruby/2.0.0/gems/actionmailer-4.0.4/lib/action_mailer/base.rb:456:in `block in deliver_mail'
from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.4/lib/active_support/notifications.rb:159:in `block in instrument'
from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.4/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.4/lib/active_support/notifications.rb:159:in `instrument'
from /app/vendor/bundle/ruby/2.0.0/gems/actionmailer-4.0.4/lib/action_mailer/base.rb:454:in `deliver_mail'
from /app/vendor/bundle/ruby/2.0.0/gems/mail-2.5.4/lib/mail/message.rb:232:in `deliver'
from (irb):3
from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.0.4/lib/rails/commands/console.rb:90:in `start'
from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.0.4/lib/rails/commands/console.rb:9:in `start'
from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.0.4/lib/rails/commands.rb:62:in `<top (required)>'
from /app/bin/rails:4:in `require'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment