Advertisement
Guest User

Untitled

a guest
Oct 21st, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. 2015-10-21T12:14:05.772684+00:00 heroku[router]: at=info method=POST path="/static_pages/thank_you" host=second-app-rails-philip.herokuapp.com request_id=07d4720a-47e8-4885-9298-7b103588d424 fwd="207.244.77.172" dyno=web.1 connect=0ms service=55ms status=500 bytes=1754
  2. 2015-10-21T12:14:05.735985+00:00 app[web.1]: Started POST "/static_pages/thank_you" for 207.244.77.172 at 2015-10-21 12:14:05 +0000
  3. 2015-10-21T12:14:05.743794+00:00 app[web.1]:
  4. 2015-10-21T12:14:05.743797+00:00 app[web.1]: UserMailer#contact_form: processed outbound mail in 1.3ms
  5. 2015-10-21T12:14:05.780847+00:00 app[web.1]:
  6. 2015-10-21T12:14:05.780853+00:00 app[web.1]: Sent mail to philipmitchell17@gmail.com (36.9ms)
  7. 2015-10-21T12:14:05.780860+00:00 app[web.1]: Date: Wed, 21 Oct 2015 12:14:05 +0000
  8. 2015-10-21T12:14:05.780861+00:00 app[web.1]: From: bob@gmail.com
  9. 2015-10-21T12:14:05.780862+00:00 app[web.1]: To: philipmitchell17@gmail.com
  10. 2015-10-21T12:14:05.780863+00:00 app[web.1]: Message-ID: <5627818db5db4_33f8d77eefea084711@7ed738f3-99fa-4c6c-bc5c-abb1d3a71e22.mail>
  11. 2015-10-21T12:14:05.780863+00:00 app[web.1]: Subject: A new contact form message from bob
  12. 2015-10-21T12:14:05.780864+00:00 app[web.1]: Mime-Version: 1.0
  13. 2015-10-21T12:14:05.780864+00:00 app[web.1]: Content-Type: text/html;
  14. 2015-10-21T12:14:05.780865+00:00 app[web.1]: charset=UTF-8
  15. 2015-10-21T12:14:05.780866+00:00 app[web.1]: Content-Transfer-Encoding: 7bit
  16. 2015-10-21T12:14:05.780866+00:00 app[web.1]:
  17. 2015-10-21T12:14:05.780873+00:00 app[web.1]: <table>
  18. 2015-10-21T12:14:05.780874+00:00 app[web.1]: <tbody>
  19. 2015-10-21T12:14:05.780875+00:00 app[web.1]: <tr>
  20. 2015-10-21T12:14:05.780876+00:00 app[web.1]: <td><p> You have received a new contact form message. The contents are:</p></td>
  21. 2015-10-21T12:14:05.780876+00:00 app[web.1]: </tr>
  22. 2015-10-21T12:14:05.780877+00:00 app[web.1]: <tr>
  23. 2015-10-21T12:14:05.780878+00:00 app[web.1]: <td><p>testing</p></td>
  24. 2015-10-21T12:14:05.780878+00:00 app[web.1]: </tr>
  25. 2015-10-21T12:14:05.780879+00:00 app[web.1]: </tbody>
  26. 2015-10-21T12:14:05.780879+00:00 app[web.1]: </table>
  27. 2015-10-21T12:14:05.781063+00:00 app[web.1]: Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.0ms)
  28. 2015-10-21T12:14:05.782583+00:00 app[web.1]:
  29. 2015-10-21T12:14:05.782586+00:00 app[web.1]: Net::SMTPFatalError (550 Unauthenticated senders not allowed
  30. 2015-10-21T12:14:05.782586+00:00 app[web.1]: ):
  31. 2015-10-21T12:14:05.782587+00:00 app[web.1]: app/controllers/static_pages_controller.rb:17:in `thank_you'
  32. 2015-10-21T12:14:05.782588+00:00 app[web.1]:
  33. 2015-10-21T12:14:05.782588+00:00 app[web.1]:
  34. 2015-10-21T12:14:05.741325+00:00 app[web.1]: Processing by StaticPagesController#thank_you as HTML
  35. 2015-10-21T12:14:05.741382+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"rXmWsxAuQbzgCs+S7db4MbcLpv5Qq3qdnDfUqZncTzDXVHoWrP4tHrazWhCAqp4aWm1muLCsQdUxz0vvrSSBCw==", "name"=>"bob", "email"=>"bob@gmail.com", "message"=>"testing", "commit"=>"Send"}
  36. 2015-10-21T12:14:05.743263+00:00 app[web.1]: Rendered user_mailer/contact_form.html.erb (0.1ms)
  37. 2015-10-21T12:14:05.996765+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=second-app-rails-philip.herokuapp.com request_id=abeba882-c3d5-481b-b3fa-d86dd8180994 fwd="207.244.77.172" dyno=web.1 connect=1ms service=5ms status=304 bytes=133
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement