You are looking at documentation for an older release. Not what you want? See the current release documentation.
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:
In UI, click Email Notification Sender section.
→ → . Then edit
Via exo.properties
file. See
Configuration overview if you have not created this file yet.
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
.