Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Swift_Mailer {#777
  2. -transport: Swift_SmtpTransport {#779
  3. -handlers: array:1 [
  4. "AUTH" => Swift_Transport_Esmtp_AuthHandler {#783
  5. -authenticators: array:5 [
  6. 0 => Swift_Transport_Esmtp_Auth_CramMd5Authenticator {#784}
  7. 1 => Swift_Transport_Esmtp_Auth_LoginAuthenticator {#785}
  8. 2 => Swift_Transport_Esmtp_Auth_PlainAuthenticator {#786}
  9. 3 => Swift_Transport_Esmtp_Auth_NTLMAuthenticator {#787}
  10. 4 => Swift_Transport_Esmtp_Auth_XOAuth2Authenticator {#788}
  11. ]
  12. -username: "myname@domain.local"
  13. -password: "mypassword"
  14. -auth_mode: null
  15. -esmtpParams: []
  16. }
  17. ]
  18. -capabilities: []
  19. -params: array:8 [
  20. "protocol" => "ssl"
  21. "host" => "mail.domain.com"
  22. "port" => 465
  23. "timeout" => 30
  24. "blocking" => 1
  25. "tls" => false
  26. "type" => 1
  27. "stream_context_options" => []
  28. ]
  29.  
  30. Swift_Mailer {#777
  31. -transport: ...
  32. ]
  33. -username: "myname@otherdomain.local"
  34. -password: "otherpassword"
  35. ...
  36. }
  37. ]
  38. -capabilities: []
  39. -params: array:8 [
  40. "protocol" => "tls"
  41. "host" => "mail.otherdomain.net"
  42. "port" => 888
  43. ...
  44. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement