Page 1 of 1
swift for php4
Posted: Thu Jun 21, 2007 9:33 pm
by pinehead18
Where do i input my smtp username/pass for swift for php4?
Thanks
Posted: Thu Jun 21, 2007 9:35 pm
by John Cartwright
Someone needs to read
the documentation
Posted: Thu Jun 21, 2007 9:37 pm
by pinehead18
Yeah i did.. I got it, i guess i'm just confused on what this error means
Uncaught Error of type [swift_connection_exception] with message [The SMTP connection failed to start [mail.kcchristians.com:25]: fsockopen returned Error Number 0 and Error String 'Success']
@0 swift::swift() in /home/drdennisja/domains/drl/public_html/newsletter/send_newsletter.php on line 100
@1 swift::connect() in /home/drdennisja/domains/d/public_html/newsletter/swift/lib/Swift.php on line 111
in /home/drdennisja/domains/drlacyjames.com/public_html/newsletter/swift/lib/Swift/Errors.php on line 99
Posted: Fri Jun 22, 2007 2:36 am
by Chris Corbyn
That's a known bug with fsockopen() on certain servers. It's a permissions problem which causes it, but beyond Swift's control. fsockopen() cannot fully establish a connection so Swift cannot continue. What host are you on? I'd also double check that there's really an SMTP server running on mail.kcchristians.com too.
Code: Select all
ping mail.kcchristians.com
ping: cannot resolve mail.kcchristians.com: Unknown host
Tell you anything?
