What error do you get? It could be that your host have firewall rules disallowing connections on that port from the web server, it maybe 587 requires TLS or SSL?covina wrote:Chris, I wondering why the smoke tests wont work if the smtp_port is changed to 587, the alternative to 25 provided by my ISP.
Any thoughts or clues?
BTW, without xebug, I can run time_sending_with_swift.php, but not the other two.
Code: Select all
$smtp =& new Swift_Connection_SMTP("server.tld", 587, SWIFT_SMTP_ENC_TLS); //or ENC_SSL?EDIT | Xdebug is needed for the memory tests, but not for the timing tests.