Table of Contents

Search

  1. Preface
  2. Introduction to Informatica MDM - Supplier 360
  3. Supplier 360 Installation Overview
  4. Before You Install
  5. Installing the Supplier 360 Components
  6. After You Install
  7. Business Processes for Supplier Management
  8. Customizing Supplier 360
  9. Upgrading MDM - Supplier 360
  10. Troubleshooting

Installation and Configuration Guide

Installation and Configuration Guide

Email Template Attributes

Email Template Attributes

The
emailConfig.xml
file contains the definitions of the predefined email templates.
In the XML file, the parent
<emailConfigs>
element contains multiple
<emailConfig>
elements, one for each email template. When a service requests an email, it must specify one of these email templates.
The following table describes the attributes that are defined within the
<emailConfig>
element:
Attribute
Value Type
Description
emailTemplate
template name
Specifies the name of the email template. The workflow or service that sends the request to the email service specifies which email template to use.
replyTo
email address
Specifies a buyer-side email address. This email address receives replies from the supplier representatives.
sendFrom
email address
Specifies a buyer-side email address. When a service request does not include an email address to display in the email From field, the email service uses this static email address.
subject
text
Specifies the text that appears in the subject line of the email.
template
XSL template file name
Specifies the name of the XSL email template that contains the body text for the email.
type
text/html
Specifies the format of the email message.

Example Email Template

The following XML sample contains the definition of an email template. When using this template, the email service creates a personalized email that uses the subject line "Supplier Portal - Next Steps" and the body text contained in the
RegistrationSuccessful_en.xsl
file. The personalized email is sent to the supplier representative.
<email-configs> <email-config emailTemplate ="registrationSuccessful"> <replyTo>supplierrelationships@informatica.com</replyTo> <sendFrom>supplierrelationships@informatica.com</sendFrom> <subject>Supplier Portal - Next Steps</subject> <template>RegistrationSuccessful_en</template> <type>text/html</type> </email-config> ... </email-configs>

0 COMMENTS

We’d like to hear from you!