Format and Portal Customizations > Customizing Portal Email Settings
  
Version 10.0.00
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
 
1. 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
2. To change the mail server port configuration, add the following line to the previous section:
mail.smtp.port=<number>
3. Restart the Tomcat Portal services after making your modification.