Advertisement
Guest User

Untitled

a guest
Oct 20th, 2015
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. 2015-10-20T10:01:01.055038+00:00 heroku[router]: at=info method=POST path="/static_pages/thank_you" host=first-rails-app-philip.herokuapp.com request_id=abf9b695-ae95-4280-90a4-a75e7fbfcdd1 fwd="207.244.72.201" dyno=web.1 connect=12ms service=88ms status=500 bytes=1754
  2. 2015-10-20T10:01:00.973914+00:00 app[web.1]: Started POST "/static_pages/thank_you" for 207.244.72.201 at 2015-10-20 10:01:00 +0000
  3. 2015-10-20T10:01:01.045774+00:00 app[web.1]:
  4. 2015-10-20T10:01:01.045776+00:00 app[web.1]: Net::SMTPFatalError (550 Unauthenticated senders not allowed
  5. 2015-10-20T10:01:01.045776+00:00 app[web.1]: ):
  6. 2015-10-20T10:01:01.045777+00:00 app[web.1]: app/controllers/static_pages_controller.rb:20:in `thank_you'
  7. 2015-10-20T10:01:01.045777+00:00 app[web.1]:
  8. 2015-10-20T10:01:01.045778+00:00 app[web.1]:
  9. 2015-10-20T10:01:00.980235+00:00 app[web.1]: Processing by StaticPagesController#thank_you as HTML
  10. 2015-10-20T10:01:00.980284+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"X4u45s/uhFKfcQ7isTvf/RaDXfvrWZqmR0DYHP+8c4fgs8JzvMnlo/7HgGBJDcnjpKFGwMy+kZaiX8FcDzy65w==", "name"=>"bob", "email"=>"phillycheesesteak17@gmail.com", "message"=>"bob", "commit"=>"Send"}
  11. 2015-10-20T10:01:00.987045+00:00 app[web.1]:
  12. 2015-10-20T10:01:00.987049+00:00 app[web.1]: ActionMailer::Base#mail: processed outbound mail in 4.5ms
  13. 2015-10-20T10:01:01.043910+00:00 app[web.1]:
  14. 2015-10-20T10:01:01.043914+00:00 app[web.1]: Sent mail to philipmitchell17@gmail.com (54.4ms)
  15. 2015-10-20T10:01:01.043991+00:00 app[web.1]: Date: Tue, 20 Oct 2015 10:01:00 +0000
  16. 2015-10-20T10:01:01.043993+00:00 app[web.1]: From: phillycheesesteak17@gmail.com
  17. 2015-10-20T10:01:01.043994+00:00 app[web.1]: To: philipmitchell17@gmail.com
  18. 2015-10-20T10:01:01.043994+00:00 app[web.1]: Message-ID: <562610dcf1571_33fa99dd10bd8868f8@fe7cfac3-d016-49fd-8fb0-db07e2575ea5.mail>
  19. 2015-10-20T10:01:01.043995+00:00 app[web.1]: Subject: A new contact form from bob
  20. 2015-10-20T10:01:01.043996+00:00 app[web.1]: Mime-Version: 1.0
  21. 2015-10-20T10:01:01.043996+00:00 app[web.1]: Content-Type: text/plain;
  22. 2015-10-20T10:01:01.043997+00:00 app[web.1]: charset=UTF-8
  23. 2015-10-20T10:01:01.043998+00:00 app[web.1]: Content-Transfer-Encoding: 7bit
  24. 2015-10-20T10:01:01.043998+00:00 app[web.1]:
  25. 2015-10-20T10:01:01.043999+00:00 app[web.1]: bob
  26. 2015-10-20T10:01:01.044211+00:00 app[web.1]: Completed 500 Internal Server Error in 64ms (ActiveRecord: 0.0ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement