Menu

Setup

tutorial (2)
Petar Benke

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:

  • username
  • password (currently plain text)
  • enabled (put 1 here)
  • theme (put string modern)

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:

  • login (this is id from table wap_mail_login)
  • pop3_server (like pop3.example.com)
  • pop3_port (default is 110)
  • pop3_username (username for this email account)
  • pop3_password (password for this email account)
  • active (put 1 here)

After that you should be able to go to Inbox and fetch mail.


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.