Soon or later every people who learn php will meet PHP lovely function for sending email mail()
Unfortunately many beginner who install only PHP, MYSQL and Apache in windows don’t know how to test their email script like contact form, mailing list etc.
Today, I’ll show how to install mail server software available in internet called Argosoft Mail Server.
Pre requirement :
- Working WAMP application ( I use XAMPP Lite Portable)
Ok, now go to Argosoft website and download Mail Server ( Choose Freeware)
Important Argosoft Mail Server ( AMS ) feature that we need:
1. POP3 server
POP3 server responsible for retrieving email from server
2. Built-in web server with webmail
We need to check our script result
Step by step :
Install exe file by double click

Click setup

Click Install tab to begin installation process
Start running your mail server
Just double click AMS icon in desktop to start this application
New instance of AMS will start and reside on tray
To make sure no service conflict , click the AMS icon on the tray to find out

As you see there is error message “address already in use”, by default web server will use port 80
We do have apache running in that port , click CTRL + O to configure new port for AMS web server. (choose PORTS tab)

Change Web Interface port from 80 to anything you want , I already have port 8080 for Oracle port so I choose 8083
Exit from AMS and start again

Now web server run on port 8083
Try open from browser :
http://localhost:8083

If You see this page it means your job is finish, You have working mail server plus webmail .
Next time I’ll continue on adding new user and testing script for mail() function.
See You
Update : part II is compelete, also with video.
- agrosoft download
- argosoft mail server net web interface
- agrosoft mail
- agrosoft mailserver
- using mail function in window
- mail server function
- argosoft using xampp
- argosoft mail server error starting pop3 server
- Using agrosoft with PHP
- setup localhost pop server for testing
- test mail script from localhost windows
- setting up argosoft with xampp
- configure argosoft error address already in use
- mail() function
- argo mail server setup
- online mailserver test
- mss
- how to install argosoft mail server
- php mail install windows xp
- php mail maximum execution time of 30 seconds
- php send email agrosoft
- server
- php mail function show server
- mail server test
- mail server windows xp
- mail servers to use to test my mail function
- mail() function server
- windows localhost only mail server
- function mail() php port -smtp
- php email server localhost
- php mail choose mailserver
- php mail function apache windows
- setup argosoft mail server
- testing php mail function
- ubuntu test php mail() function
- using argosoft mail server with xampp
- using argosoft with xampp configuration
- wamp with argosoft
- web mail server testing tool
- windows 7 mail server for testing localhost
- windows php testing mail()
- xampp imap_list php read mails
- ubuntu mail server argosoft
- tutorial argosoft mail server net
- test bunutu mail server hot find the recieved mail
- test mail function
- test mail function in wamp
- test mail server online
- testing after installation mailserver
- testing email function on localhost(wamp server)
hello,
i read your tutorial and it was nice. i was wondering if there is a way to test the php mail function on a web sever. i tried to use a mailing scipt on my new cheap fashion school website to recieve email. the message code is executed fine and sent message is displayed. but if i check my inbox i dont see any message. i just dont know why.