Supplier 360
- Supplier 360 10.4 HotFix 2
- All Products
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. |
<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>