How to send email from localhost WAMP Server to send email Gmail Hotmail or so forth? [duplicate]

Configuring a working email client from localhost is quite a chore, I have spent hours of frustration attempting it. At last I have found this way to send mails (using WAMP, XAMPP, etc.): Install hMailServer Configure this hMailServer setting: Open hMailServer Administrator. Click the “Add domain …” button to create a new domain. Under the … Read more

WampServer orange icon

Before you can fix anything you need to know which service has not started, Apache or MySQL. As the TEST PORT 80 utility is saying Apache is running its probably the MySQL service that has not started. Unless you have another Apache running! So which service has not started??? If the wampmanager icon is not … Read more

Sendmail Wamp Php

Finally I found the answer. The problem is that sendmail has to be run as an administrator. This is the solution to help any one on my situation. Right click on sendmail.exe Properties Compatibility Change the configuration for all users Execute as Windows XP SP 3 Execute as adminitrator And save 😀 2 days lost … Read more

How to enable curl in Wamp server [duplicate]

The steps are as follows : Close WAMP (if running) Navigate to WAMP\bin\php\(your version of php)\ Edit php.ini Search for curl, uncomment extension=php_curl.dll Navigate to WAMP\bin\Apache\(your version of apache)\bin\ Edit php.ini Search for curl, uncomment extension=php_curl.dll Save both Restart WAMP