eMail Sending with Gentics Content.Node

This section covers the necessary configuration settings, when Gentics Content.Node shall send inbox messages as eMails.

1 Configuration Settings

The following features may be set to enable eMail sending


// enable the feature to send inbox messages as eMails
$FEATURE["inbox_to_email"] = true;

// set the hostname of the mailserver. The mailserver must be
// reachable from the Gentics Content.Node Server and must accept
// relaying eMails from this server. The default is 'localhost'
$MAILHOST = "mail.mycompany.org";

// set the eMail Address to be used as Return-Path header (also
// called envelope address). It may be important to set this to
// a real eMail address, because some target mail servers might
// block eMails otherwise.
$MAILRETURNPATH = "admin@mycompany.org";