Item name |
Required/Optional |
Use of Variables |
Description |
Remarks |
Encoding |
Optional |
Available |
Select or enter type of encoding when sending mail.
- [Japanese(JIS)]:(default)
- [Japanese(Shift_JIS)]:
- [Japanese(EUC)]:
- [US-ASCII]:
- [ISO 8859-1]:
- [UTF-8]:
- [EUC-KR]:
When specifying the encoding directly in the field, use the encoding supported by Java SE Runtime Environment 8.
Refer to "Supported Encodings"(http://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html) for details .
|
- If omitted sends in "UTF-8".
|
Skip input data that cannot be sent |
Optional |
Not available |
Selects the operation when data is entered can not be sent.
- [Checked]:
Messages that cannot be sent will be skipped and continue to process.
- [Not Checked]: (default)
When data is entered can not be sent, error occurs.
|
- If checked, when an error occurs when sending a message, skip the message and continue.
- Connection error remains an error when specified the host that cannot be connected because process cannot continue even though the property have been checked.
- Input data that cannot be send is output into log with WARN log level.
|
Column name |
Description |
Remarks |
Header |
The element occurs for each key specified in the [Header list]. |
- If a single key holds multiple values, they are represented as a comma-delimited string.
No element occurs if nothing is specified in the [Header list].
|
From |
|
- Enter a user name as the form of "<User name on G Suite>@<Domain name on G Suite>".
If the specified email address is not registered to the "Send mail as", the default email address on Gmail is used.
|
To |
|
- If there are multiple values specified, they are represented as a comma-delimited string.
|
Cc |
|
- If there are multiple values specified, they are represented as a comma-delimited string.
|
Bcc |
|
- If there are multiple values specified, they are represented as a comma-delimited string.
|
Reply To |
|
- If there are multiple values specified, they are represented as a comma-delimited string.
|
Subject |
|
|
Content-type |
|
|
Message |
|
|
Attachments |
|
- If there are multiple values specified, they are represented as a comma-delimited string.
Please specify the absolute path of the DataSpider file system as the file path.
|
Component variable name |
Description |
Remarks |
count |
Returns the number of messages sent. |
- The value defaults to null.
|
message_category |
Stroes the category to which corresponding message code belongs to, when an error occurs. |
- The value defaults to null.
|
message_code |
Stores its corresponding message code of occured error. |
- The value defaults to null.
|
message_level |
Stores the severity of the corresponding message code of the occured error. |
- The value defaults to null.
|
error_type |
Stores the type of the occured error. |
- The value defaults to null.
- Error is represented in the format depicted below.
Example:java.io.FileNotFoundException
The message may vary depending on DataSpider Servista version.
|
error_message |
Stores the error message for the occured error. |
- The value defaults to null.
The message may vary depending on DataSpider Servista version.
|
error_trace |
Stores stack trace of the occurred error. |
- The value defaults to null.
The message may vary depending on DataSpider Servista version or the client application used.
|
Exception name |
Causes |
Solution |
ResourceNotFoundException Resource definition could not be found.Name: [] |
[Connection] is not specified. |
Please specify [Connection]. |
ResourceNotFoundException Resource definition could not be found.Name: [<name of Global Resources>] |
Resource definition selected in [Connection] is not found. |
Please check the global resource specified in [Connection]. |
InvalidPropertyConfigurationException
<Property name> is not specified. |
[<Property name>] is not specified. |
Specify the [<Property name>]. |
InvalidSchemaException |
[Input data] is not valid schema. |
[Input data] Please check the schema. |
RecipientsNotFoundException |
The recipients in the [Input data] are invalid. |
Check the following.
- [Input data] Please confirm whether the destination is specified.
- The email addresses of the recipients in the [Input data] includes multi-byte characters.
|
SenderNotFoundException |
The sender in the [Input data] is not specified. |
Please confirm whether the sender in the [Input data] is specified. |
InvalidMailAddressException <sender> has invalid email format. |
Sender address specified in the [Input data] has invalid email format. |
Please check the sender in the [Input data]. |
java.io.UnsupportedEncodingException |
Encoding set to [Encoding] is not supported. |
Please check the specified encoding in [Encoding]. |
javax.mail.AuthenticationFailedException: |
Either [User name] or [Password] is invalid. |
Check [User name] and [Password]. |
com.sun.mail.util.MailConnectException: |
Failed to establish connection to Gmail SMTP server. |
Check the network reach ability. |
javax.mail.SendFailedException
|
Failed to send message. |
Ensure that recipient, CC, and BCC for the [Input data] are correct.
|