Email (AX)
Synopsis
This operator attempts to provide the same functionality as the Email tool in Alteryx.
Description
This operator attempts to provide the same functionality as the Email tool in Alteryx. NOTE You must set up a RapidMiner Connection IOObject and add it to the parameters of this operator in order for it to run. RapidMiner does not accept SMTP credentials directly for this operator due to security reasons.
**This code is the proprietary and confidential information of Altair Engineering Inc. All use of this code is subject to the terms of Altair's non-disclosure agreement and partnership agreement. The code is strictly prohibited from distribution without prior written permission by Altair. **
Input
connection
A RapidMiner ConnectionIOObject
example set
An ExampleSet
action
(not used in RapidMiner)
Output
connection
A RapidMiner ConnectionIOObject as passthru
Parameters
Attachment attribute flag
Whether or not to use an attribute as the file path of the "attachment" of the email.
Attachment attribute name
The name of the attribute that contains the file path of the "attachment" of the email.
Attachment fixed value
The fixed value for the file path of the "attachment" of the email.
Body attribute flag
Whether or not to use an attribute as the "body" of the email.
Body attribute name
The name of the attribute that contains the "body" of the email.
Body fixed value
The fixed value for the "body" of the email.
From attribute flag
Whether or not to use an attribute as the "from" email address.
From attribute name
The name of the attribute that contains the "from" address.
From fixed value
The fixed value for the "from" address.
Subject attribute flag
Whether or not to use an attribute as the "subject" of the email.
Subject attribute name
The name of the attribute that contains the "subject" of the email.
Subject fixed value
The fixed value for the "subject" of the email.
To attribute flag
Whether or not to use an attribute as the "to" email address.
To attribute name
The name of the attribute that contains the "to" address.
To fixed value
The fixed value for the "to" address.