I can run all the Unit Tests successfully without any errors or exceptions. However, running the Smoke Tests with Sendmail gives me a blank page in IE and asks me to save the page in Firefox after about a minute of processing.
If I use SMTP for smoke tests, it gives me the following error when using both your default settings and through Gmail.
Code: Select all
Fatal error:
Uncaught Error of type [swift_connection_exception] with message [The SMTP connection is not alive and cannot be read from. (fsockopen: #) ]
@0 testofbasicsend::go() in /home/content/html/Swift/tests/smokes/runTestOfBasicSend.php on line 55
@1 swift::swift() in /home/content/html/Swift/tests/smokes/runTestOfBasicSend.php on line 13
@2 swift::connect() in /home/content/html/Swift/lib/Swift.php on line 111
in /home/content/html/Swift/lib/Swift/Errors.php on line 99I'd prefer to be running sendmail, but I thought I'd try all options. Thanks for any help you can give!