Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. [root@web02 Candidates]# php test.php
  2. object(Postmark\Models\DynamicResponseModel)#4 (2) {
  3. ["_container": "Postmark\Models\CaseInsensitiveArray": private]=>
  4. array(14) {
  5. ["htmlbody"]=>
  6.  
  7. ["body"]=>
  8. ["tag"]=>
  9. string(27) "Reissue Information Request"
  10. ["messageid"]=>
  11. string(36) "cf2a4b33-8144-4f10-9e02-b3bc8e91b0e5"
  12. ["to"]=>
  13. array(1) {
  14. [0]=>
  15. array(2) {
  16. ["Email"]=>
  17. string(24) "joel.male@marchit.com.au"
  18. ["Name"]=>
  19. string(10) "dsada dsad"
  20. }
  21. }
  22. ["cc"]=>
  23. array(0) {
  24. }
  25. ["bcc"]=>
  26. array(0) {
  27. }
  28. ["recipients"]=>
  29. array(1) {
  30. [0]=>
  31. string(24) "joel.male@marchit.com.au"
  32. }
  33. ["receivedat"]=>
  34. string(32) "2016-02-07T19:09:59.475578-05:00"
  35. ["from"]=>
  36. string(38) ""Joel Male" <joel.male@marchit.com.au>"
  37. ["subject"]=>
  38. string(46) "Development Franchise Information Request Form"
  39. ["attachments"]=>
  40. array(0) {
  41. }
  42. ["status"]=>
  43. string(4) "Sent"
  44. ["messageevents"]=>
  45. array(1) {
  46. [0]=>
  47. array(4) {
  48. ["Recipient"]=>
  49. string(24) "joel.male@marchit.com.au"
  50. ["Type"]=>
  51. string(9) "Delivered"
  52. ["ReceivedAt"]=>
  53. string(33) "2016-02-07T19:10:02.0000000-05:00"
  54. ["Details"]=>
  55. array(3) {
  56. ["DeliveryMessage"]=>
  57. string(40) "smtp;250 2.0.0 Ok: queued as 2AD3CB4009E"
  58. ["DestinationServer"]=>
  59. string(34) "mail.marchit.com.au (203.32.27.23)"
  60. ["DestinationIP"]=>
  61. string(12) "203.32.27.23"
  62. }
  63. }
  64. }
  65. }
  66. ["_pointer": "Postmark\Models\CaseInsensitiveArray": private]=>
  67. int(0)
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement