Email Notifications

To send email notifications eTraxis can use one of two possible methods − preconfigured PHP MTA and built-in SMTP client. Please see options below for details.

EMAIL_NOTIFICATIONS_ENABLED

Email notifications functionality status. Possible values are:

  • 0 - email notifications are disabled
  • 1 - email notifications are enabled via preconfigured PHP MTA
  • 2 - email notifications are enabled via built-in SMTP client

To use preconfigured PHP MTA (recommended if you would like to enable notifications) you have to set it up via following 'php.ini' options:

If you don't have ability to configure your PHP server, you can switch to built-in SMTP client, which settings are configured separately and are described in a dedicated 'SMTP Settings' chapter.

EMAIL_ATTACHMENTS_MAXSIZE

(this option is ignored when emails are disabled)

When user attaches some file to a record, the file will be sent as attachment of related email notification. This is a maximum allowed size of email notifications attachment (in kilobytes); files, exceeding this option, will not be attached to notification. Value of '0' (zero) disables email attachments.


Last update: 2009-11-17