SwiftMailer

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

SwiftMailer

Post by aceconcepts »

Hi,

I'm trying to get SwiftMailer working but keep getting an error when running a 'Smoke' test.

Here is my error:

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/q2q/public_html/tests/smokes/runTestOfBasicSend.php on line 55
@1 swift::swift() in /home/q2q/public_html/tests/smokes/runTestOfBasicSend.php on line 13
@2 swift::connect() in /home/q2q/public_html/swift/Swift.php on line 111

in /home/q2q/public_html/swift/Swift/Errors.php on line 99
hmmm what do I do about this?
Post Reply