| Input1 | Format | All |
|---|---|---|
| Number of Inputs | 1 | |
| Description |
If UseStream property is true, it is used as a mail body. If false, it is not used. |
|
| Input2 | Format | All |
| Number of Inputs | Unlimited | |
| Description |
It is displayed when Attachment property is true. These are used as attachment files. If input stream is "MIME", these are used as attachment of "Content-Type" of "multipart/mixed". If input stream is other type, each stream is used as attachment file. If input stream has the Stream Variables "FilePath", then its value is used as the attachment's filename. Otherwise, a program-generated filename is used. If input stream has the Stream Variables "MIMEType", then its value is used as the attachment's "Content-Type". Otherwise, the system will automatically assign a "Content-Type" depending on the input stream's format. |
|
| Output | Format | Text |
| Description |
The input stream is copied to the output stream. |
| Name | Data Type | Description |
|---|---|---|
| FilePath | String | If set, the attachment file's name takes this variable's value. |
| MIMEType | String | If set, the attachment file's Content-Type takes this variable's value. |
| Name | Data Type | Mapping | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Connection | connection | - | The SMTP connection to use to connect to the server. The connections are defined in the Connection Pane of Flow Designer or the Flow Service Management Console. | ||||||
| From | string | In & Out | The sender's mail address. A display name can be provided by using syntax like "John Smith <jsmith@infoteria.co.jp>". | ||||||
| To | string | In & Out | The destination mail address. This field supports multiple addresses separated by a semicolon (;) or a comma (,). Each address can provide a display name in the same manner as described for the From field above. | ||||||
| Cc | string | In & Out |
The carbon copy recipient's mail address. This field supports multiple addresses separated by a semicolon (;) or a comma (,).
Each address can provide a display name in the same manner as described for the From field above.
|
||||||
| Bcc | string | In & Out | The blind carbon copy recipient's mail address. This field supports multiple addresses separated by a semicolon (;) or a comma (,). | ||||||
| Subject | string | In & Out | The message's Subject field. | ||||||
| UseStream | boolean | - |
Specifies if input stream is set to the message body or not.
|
||||||
| Body | string | In & Out | If UseStream property is false, it is used as a message body. | ||||||
| KeepConnection | boolean | - |
Specifies if the connection to the server is kept in each flow execution.
|
||||||
| Attachment | boolean | - |
Specifies whether use attachment. If True, the size of component changed, and display input connector for attachment. Please map the stream to attach files.
|
||||||
| AdditionalHeaders | category | In & Out |
Specifies the names of additional headers other than the standard available properties (for example, Subject, Body and To), and their default values to be included in the mail message's header.
|
| Commit | Do nothing |
|---|---|
| Rollback | Do nothing |
| Type | Parameter | Stream for error handling flow | Error Code | Description |
|---|---|---|---|---|
| Exception | None | This component's input stream | - | The Connection can not be found. |
| - | Can not connect to the SMTP server. | |||
| - | The SMTP server returns an error. |