Can anyone solve this problem
jayaprakash - December 1, 2006 - 09:48
| Project: | |
| Version: | 4.7.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | jayaprakash |
| Status: | won't fix |
Jump to:
Description
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.

#1
If this is a local computer, some ISP's block port 25, to prevent spam emails.
#2
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.
#3
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.