WAP mail Wiki
It's a WAP application to receive and send email messages
Status: Pre-Alpha
Brought to you by:
pbenke
At this moment, setup of users and email accounts need to be performed by hand. Later we will make it available within application.
First you need to create user, otherwise you can't login into application. All data is stored in MySQL database so phpMyAdmin is your friend. To create user, simply into the wap_mail_login table enter one record with:
If all went fine you will be able to login to WAP mail application.
Second step is to provide details about at least one POP3 email account. Data about email accounts are stored in table wap_mail_accounts and you need to fill the following fields:
After that you should be able to go to Inbox and fetch mail.