4.2.13.1 Credential Over mail

This topic provides information on

To enable this feature mail server details needs to be provided at the time of property file creation. Below are the required parameters:

  • Host Server
  • User ID
  • User Password
  • JNDI Name

Also mail session configuration required in application server. Sample details for creating a mail session are listed below:

Name: FCISMailSession

JNDI Name: mail/FCISMail (The same need to be maintained in property file creation.)

mail.host=<HOST_MAIL_SERVER>
mail.smtps.port=<SMTPS_SERVER_PORT>
mail.transport.protocol=smtps
mail.smtps.auth=true
mail.smtps.host==<HOST_SMTPS_MAIL_SERVER>

For details on configuration of Mail Session process, refer to the document <Resource_Creation_WL.doc for weblogic>.