Guest User

Untitled

a guest
Mar 2nd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. Processing CoursesController#index to json (for 127.0.0.1 at 2009-03-04 17:49:10) [POST]
  2. Parameters: {"format"=>"json", "body"=>{"html"=>"HTML body with some <b>boldness</b>", "text"=>"Text body"}, "from"=>"Walter Ego <sikelianos@yahoo.com>", "action"=>"index", "to"=>{"0"=>"Zeke Sikelianos <zeke@sikelianos.com>", "1"=>"Zeke2 Sikelianos <sikelianos@gmail.com>"}, "subject"=>"test_email", "controller"=>"courses", "headers"=>{"0"=>{"header"=>"Reply-to", "value"=>"support@fracturedatlas.com"}, "1"=>{"header"=>"Return-path", "value"=>"support@fracturedatlas.com"}}}
  3.  
  4. {
  5. "format"=>"json",
  6. "body"=>{
  7. "html"=>"HTML body with some <b>boldness</b>",
  8. "text"=>"Text body"
  9. },
  10. "from"=>"Walter Ego <sikelianos@yahoo.com>",
  11. "to"=>{
  12. "0"=>"Zeke Sikelianos <zeke@sikelianos.com>",
  13. "1"=>"Zeke2 Sikelianos <sikelianos@gmail.com>"
  14. },
  15. "subject"=>"test_email",
  16. "headers"=>{
  17. "0"=>{
  18. "header"=>"Reply-to",
  19. "value"=>"support@fracturedatlas.com"
  20. },
  21. "1"=>{
  22. "header"=>"Return-path",
  23. "value"=>"support@fracturedatlas.com"
  24. }
  25. }
  26. }
Add Comment
Please, Sign In to add comment