Email Info

The program has the ability to send email for the following features.

All the settings are located in the config.php file.

SMTP is the same protocol that outlook etc. use to connect to a POP3 email account. The settings you enter in the config file will be the same as you would your email client.

SMTP Errors

There are many times when SMTP may not work especially if you are using an email account from your ISP. In these cases you should set SMTP to off in the config. The program will then use sendmail or mail() to send the mail.

Some of the reasons mail may fail include:


SMTP = 0 will use sendmail or mail() to send the email.