Problems with SMTP

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
Kaitlyn2004
Forum Newbie
Posts: 15
Joined: Wed May 30, 2007 7:46 am

Problems with SMTP

Post by Kaitlyn2004 »

I have no problem sending through my SMTP server but one of my users is having issues with theirs. I am using the PHP4 version. When I input their SMTP information, I get:
Fatal error:
Uncaught Error of type [Swift_ConnectionException] with message [The SMTP connection failed to start [smtp.1oilpainting.com:25]: fsockopen returned Error Number 10060 and Error String 'A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ']

I can't seem to figure it out. Any ideas?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Firewall rules most likely. The connection is established but nothing ever comes back.
Post Reply