In eXo Platform, email notifications are sent to users when significant actions involving them occur (for example, new users, connection request, space invitation, and more). These emails help them to track of activities taking place in their Social Intranet.
As an administrator, you can configure information (name and email address) of the sender, from which all notifications are sent, via two ways:
Directly inline, via the Email Notifications Administration page. In this way, you can change the sender information easily and quickly. See the Email notification administration section for more details.
Via some properties in the following files. See Configuration overview for how-to.
$PLATFORM_TOMCAT_HOME/gatein/conf/exo.properties
(Tomcat).
$PLATFORM_JBOSS_HOME/standalone/configuration/gatein/exo.properties
(JBoss).
exo.notification.portalname=eXo
exo.email.smtp.from=noreply@exoplatform.com
In which:
exo.notification.portalname
: Name of the sender.
The default value is eXo
.
exo.email.smtp.from
: Email address of the sender.
The default value is noreply@exoplatform.com
.