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

bradlis7’s picture

Project: Drupal core » Mail
Version: 4.7.4 » 4.7.x-1.x-dev
Component: other » Miscellaneous
Category: task » support

If this is a local computer, some ISP's block port 25, to prevent spam emails.

gollyg’s picture

Have 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.

Crell’s picture

Status: Active » Closed (won't fix)

This 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.