0

Possible Duplicate:
smtp configuration for php mail

Im a newbie programmer and im try to do a software that includes sending confIrmation through email. Im using WAMp server and using Php as my language. I know i have to setup an my smtp so i can send emAils but i have no idea how to do it. Im using windows 7 64bit os. Hope someone can give me a step by step tutorial of this. Thank you!

Community
  • 1
  • 1
Marknolasco1
  • 1
  • 1
  • 1
  • please search before posting this has been asked and answered dozens of times –  May 29 '11 at 03:52

2 Answers2

0

Here is a good walkthrough of how to do this:

http://php.net/manual/en/ref.mail.php

The one key here is that if you want to use a local SMTP server, you either have to have one running (doubtful) or you should install one of the test ones available for this type of use.

If you need a SMTP server test tool, I use the Free SMTP Server tool from this site:

http://www.softstack.com/

It is free, easy to use, and simple. For development, I can't ask for more.

IAmTimCorey
  • 16,412
  • 5
  • 39
  • 75
0

Installing XAMPP is the easiest way to setup a LAMP stack on Windows. It comes with an SMTP server.

Jay Sidri
  • 6,271
  • 3
  • 43
  • 62