Closed (won't fix)
Project:
Mail
Version:
4.7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
1 Dec 2006 at 09:48 UTC
Updated:
2 Dec 2006 at 01:19 UTC
warning: mail(): Failed to connect to mailserver at "mail.harvest-soft.com" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in c:\program files\easyphp1-7\www\drupal-4.7.4\modules\mail-4.7.x-1.x-dev.tar\mail\activeMailLib.php on line 182.
Comments
Comment #1
bradlis7 commentedIf this is a local computer, some ISP's block port 25, to prevent spam emails.
Comment #2
gollyg commentedHave you every sent mail from your local setup before? Because it would appear that your php.ini isnt configured correctly or, as the previous post said, your isp doesn't support the port. You should be able to resolve the issue by editing the settings in php.ini.
I would guess this is not a drupal specific issue.
Comment #3
Crell commentedThis isn't a Drupal issue. It looks like your PHP isn't configured properly to send email on a Windows box; sending mail on a Windows box takes some extra work to set up. See the PHP manual for more details.