Log in

View Full Version : help for web server.....quickly



gurmeet
03-11-2009, 07:37 AM
hi freinds...
i am working with WAMP on my local system... now i want to have some practice for mail in PHP on my local syastem...i dont know how to do it... do i need any extra web server for sending and recieving mails... or any configuration on existing WAMP server....
(ya i know how to use mail function in PHP, i need only help for Web Server only)

JasonDFR
03-11-2009, 02:08 PM
I can't give you detailed directions, but you need to set up an SMTP server on your local machine and configure php to use it. Some ISP will not allow you to use SMTP. If this is the case, you are probably out of luck.

http://www.google.com/cse?cx=002683415331144861350%3Atsq8didf9x0&q=SMTP+localhost&ie=utf-8&oe=utf-8&cof=FORID%3A1&sa=Search

This link might help.

Good luck,

J