Custom SMTP

Features

The custom SMTP library is still relatively untested. It may work flawlessly in some environments, but it might not work at all in others. Use with caution.

Requirements

All you need is an SMTP server, either installed locally or on a remote server. It must allow SMTP relaying from the machine IlohaMail is installed on.

Configuration

To activate the custom SMTP library, specify the SMTP server in conf/conf.inc. If you leave this directive blank, the mail() function built into PHP will be used instead. Since the custom SMTP library is relatively un-tested, you may want to refrain from using it in a production environment.