Customizing Portal Email Settings
To customize the Portal’s email settings, modify the portal.properties file. These settings apply to all Portal users.
The portal.properties file is located here:
Linux:
/opt/aptare/portalconf/portal.properties
Windows:
C:\opt\aptare\portalconf\portal.properties
Update the following section:
#Email
mail.smtp.host=localhost
mail.smtp.user=reports@domain.com
mail.password=
mail.password.encrypted=VoRY9hrXE4fyww4j1a500g==
mail.smtp.auth=false
mail.from=reports@domain.com
mail.fromName=Aptare Inc.
mail.debug=false
mail.smtp.starttls.enable=false
mail.emailAs=html
Note: Restart the Tomcat Portal services after making your modification.