I just downloaded Swift Mailer 4, but I'm having difficulties sending mail with SMTP. It returns the following error:
Message: fsockopen() [function.fsockopen]: unable to connect to :25 (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. )
Filename: Transport/StreamBuffer.php
Line Number: 243
Its not a firewall problem as I can connect with the following code:
$fp = fsockopen ($url, 25, $errno, $errstr, 30);
if ($fp) {
echo "Congratulations: FSock seems to be working properly on your server.";
fclose ($fp);
}
The bit before the colon is supposed to be the SMTP server address (e.g. smtp.host.tld:25). Undefined variable perhaps? fsockopen() is probably defaulting to 0.0.0.0:25 and dying.
How can i get limewire to work when a firewall is on? For example, when i downloaded limewire, it said that limewire could not turn on because of a firewall program.
Last edited by pacella on Mon Jun 14, 2010 1:36 am, edited 1 time in total.
How do I stop a firewall from my work computer? I am a teacher and I work part-time @ home as an independent agent. The schedule to grab hours for my second job rolls out while I am teaching. I cannot open the schedule from my work computer because there is a firewall...it is unable to open application "tubsock". I have tried using a laptop but you can not see the rollout schedule on a Mac. Any suggestions? Please help!
__________________________ affiliateelite ~ affiliateelite.com ~ adgooroo ~ adgooroo.com
Last edited by anindeeta on Sat Feb 20, 2010 12:21 am, edited 1 time in total.
How do I stop a firewall from inhibiting my success with beautiful women? Error is: Deny TCP (no connection)...
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.