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.
- argosoft mail server net web interface
- agrosoft mail
- agrosoft mailserver
- using mail function in window
- mail server function
- test mail script from localhost windows
- setting up argosoft with xampp
- online mailserver test
- configure argosoft error address already in use
- mss
- argosoft mail server error starting pop3 server
- how to install argosoft mail server
- mail() function
- argo mail server setup
- agrosoft download
- mail() function server
- mail function mail server
- mail function on testing server php
- php mail install windows xp
- php mail function show server
- php mail function apache windows
- php mail choose mailserver
- php email server localhost
- mail server on localhost with windows
- mail server test
- mail server windows xp
- mail servers to use to test my mail function
- php mail maximum execution time of 30 seconds
- php send email agrosoft
- server
- windows php testing mail()
- windows 7 mail server for testing localhost
- web mail server testing tool
- wamp with argosoft
- windows localhost only mail server
- using argosoft mail server with xampp
- ubuntu mail server argosoft
- tutorial argosoft mail server net
- testing php mail function
- testing mail on windows php
- Testing email functionality in net application by using a test email server
- testing email function on localhost(wamp server)
- testing after installation mailserver
- test mail server online
- test mail function
- setup argosoft mail server
- xampp imap_list php read mails
- mail function
- argosoft relayhost
- argosoft mail test
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.