Previous Topic: Configure SMTP SettingsNext Topic: Configure SMTP Settings on WebLogic


Configure SMTP Settings on JBoss

  1. In a text editor, open the mail service deployment descriptor as follows:

    Single node: jboss_home\server\default\deploy\mail-service.xml

    Cluster: jboss_home\server\all\deploy\mail-service.xml

  2. Modify the mail.smtp.host property with the name of your SMTP server as follows:
    <-- Change to the SMTP gateway server -->
    <property name="mail.smtp.host" value="your_smtp_server "/>
    

    For example:

    <property name="mail.smtp.host" value="smtp.mailserver.company.com"/>
    
  3. Save the mail-service.xml file.
  4. In a text editor, open the following email properties file:

    Single node: jboss_home\server\default\deploy\iam_im.ear\config\com\netegrity\config\email.properties

    Cluster:jboss_home\server\all\deploy\iam_im.ear\config\com\netegrity\config\email.properties

  5. To set the email return address that workflow generated email uses, locate the admin.email.address property and set the value to the appropriate email address. For example:
    admin.email.address=admin@company.com
    
  6. If you are using the email template method, enable email notifications in the Management Console.

    You do not need to enable email notifications in the Management Console if you are using email notification policies.