Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Swift_TransportException
  2. HELP
  3. Connection could not be established with host mailtrap.io [Connection timed out #110]
  4.  
  5. Open: /home/webdev/accept.sproutmoney.qikkeroffline.nl/releases/86653dab158919e62f10e840b842bf16d6eaac25/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php
  6. }
  7. if (isset($this->_params['stream_context_options'])) {
  8. $options = array_merge($options, $this->_params['stream_context_options']);
  9. }
  10. $streamContext = stream_context_create($options);
  11. $this->_stream = @stream_socket_client($host.':'.$this->_params['port'], $errno, $errstr, $timeout, STREAM_CLIENT_CONNECT, $streamContext);
  12. if (false === $this->_stream) {
  13. throw new Swift_TransportException(
  14. 'Connection could not be established with host '.$this->_params['host'].
  15. ' ['.$errstr.' #'.$errno.']'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement