Informatica ActiveVOS
- Informatica ActiveVOS 9.2.5
- All Products
<invoke inputVariable="emailMessage" operation="send" outputVariable="resultMessage" partnerLink="emailProvider"/>
<aem:emailMessage xmlns:aem="http://schemas.active-endpoints.com/email/2007/01/email.xsd"> <aem:from>string</aem:from> <aem:replyTo>string</aem:replyTo> <aem:to>string</aem:to> <aem:cc>string</aem:cc> <aem:bcc>string</aem:bcc> <aem:subject>string</aem:subject> <aem:body mimeType="string"></aem:body> </aem:emailMessage>
<ns:emailMessage xmlns:ns="http://schemas.active-endpoints.com/email/2007/01/email.xsd"> <ns:from>Dave Verd < DVerd@mycompany.com ></ns:from> <ns:replyTo>sender@mycompany.org</ns:replyTo> <ns:to>{$quoteRequest/quote:contact/quote:name()}</ns:to> <ns:subject>{ $quoteRequest/quote:contact/quote:description}</ns:subject> <ns:body mimeType="plain/text">Message goes here.</ns:body> </ns:emailMessage>