Send Multiple E-mails
Operation name
Send Multiple E-mails
Function overview
Based on the contents of the input data, sends emails to Gmail SMTP server.
Data model
The data model of this component is table model type.
Operation environment
Google Workspace (formerly known as G Suite Basic)
Properties
For details on use of variables, refer to Variables.
Basic settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Name |
Required |
Not available |
Enter a name that is used on the script canvas. |
|
Input data |
Required |
Not available |
Select a component on the script canvas. |
|
Required settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Connection |
Required |
Not available |
Select a connection resource.
|
|
Authentication
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Authentication mode |
Required |
Not available |
Select the authentication mode when sending emails.
|
|
User name |
Required |
Available |
Enter a user name to perform SMTP authentication or a user name to perform OAuth 2.0 authentication. |
|
Password |
Required |
Available |
Enter a password for SMTP authentication. |
|
Authentication (Gmail OAuth 2.0) |
Required |
Not available |
Select a connection resource to use for authentication.
|
|
Property actions
Item name |
Description |
Remarks |
---|---|---|
Authentication test |
Perform an authentication test by using the selected Authentication mode. |
|
Transmission settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Encoding |
Optional |
Available |
Select or enter type of encoding when sending emails.
When you enter encoding, specify one of the encodings supported in Java SE Runtime Environment 8. = Remarks =
For details, refer to "Supported Encodings" (http://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html). |
|
Skip input data that cannot be sent |
Optional |
Not available |
Select the operation to execute when data that can't be sent is entered.
|
|
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Header list |
Optional |
- |
Specify a header to give when sending emails. |
|
Header list/Header |
Required |
Available |
Enter the key header to give when sending emails. |
|
Comment
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Comment |
Optional |
Not available |
You can write a short description of this connector. |
|
Input schema
<?xml version="1.0" encoding="UTF-8" ?> <table> <row> <column>Header 1</column> <column>Header 2</column> : <column>From</column> <column>To</column> <column>CC</column> <column>BCC</column> <column>Reply To</column> <column>Subject</column> <column>Content-Type</column> <column>Message</column> <column>Attachments</column> </row> <row> : </row> </table>
Column name |
Description |
Remarks |
---|---|---|
Header |
Specify for each key defined in Header list. |
Note
This item isn't available if nothing is defined in Header list. |
From |
|
|
To |
|
|
CC |
|
|
BCC |
|
|
Reply To |
|
|
Subject |
|
|
Content-Type |
|
|
Message |
|
|
Attachments |
|
Note
Specify an absolute path of HULFT Square Storage for the file path. |
Output schema
None.
Loading schema in Mapper
The schema is loaded automatically.
For details, refer to Edit Schema.
Transaction
Transaction isn't supported.
Parallel Stream Processing
PSP isn't supported.
Available component variables
Component variable name |
Description |
Remarks |
---|---|---|
count |
The number of sent emails is stored. |
|
message_category |
When an error occurs, the category of the message code corresponding to the error is stored. |
|
message_code |
When an error occurs, the code of the message code corresponding to the error is stored. |
|
message_level |
When an error occurs, the severity of the message code corresponding to the error is stored. |
|
error_type |
When an error occurs, the error type is stored. |
|
error_message |
When an error occurs, the error message is stored. |
|
error_trace |
When an error occurs, the trace information for the error is stored. |
|
Text encoding methods for attached files
UTF-8 encoding is set for the charset parameter of Content-Type. It can't be changed.
Message codes, exception messages, and limitations
Connector |
Message code |
Exception message |
Limitations |
---|---|---|---|
-
SSL is used in communication between Gmail SMTP server and this connector.