Siebel Approval Manager Guide > Configuring Siebel Approval Manager > Configuring Emails >

Reconfiguring Emails


Reconfigure send email

To reconfigure the email sending mechanism, modify the following files:

  • The configuration of SMTP is defined in the file, sam\resources\spring\mail\mail.xml

    NOTE:  By default SMTP authentication is disabled.

  • Values of this configuration can be modified in the file, applicationcontainer\conf\mail.properties

    Following items are available for modification,

    mail.smtp.hostname=<SMTP host URL>

    mail.smtp.port=<SMTP server port number>

    mail.username=<email id for SMTP auth>

    mail.password=<password of the email id>

    mail.noreply=<noreply@sam.com>

    mail.mailto=<email id of the inbox that will receive approval emails>

Reconfigure approval email

To reconfigure the Approval by Email feature

  • The configuration for IMAP settings are stored in the file, emailapprover\resources\spring\context\context-integration.xml

    Setting can be found under the section, <mail:inbound-channel-adapter id="imapAdapter" ...

  • The values for these settings can be modified in applicationcontainer\conf\email.properties

    Following items are available for modification,

    email.id=<email id of the inbox that will receive approval emails>

    email.pwd=<encrypted password>

    email.folder=<inbox>

    email.uri=<server name>:<port number>

    email.samURL=http://<server name>:<port number>

    email.samUserName=<email id of the SAM user which is needed for approval actions via API calls>

    email.samPassword= <encrypted password>

    To update the passwords, use the following URL to get encrypted password,

    http://<server name>:<port number>/emailapprover/encrypt/<new password>

Siebel Approval Manager Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.