Send Email (SMTP)
SMTP 経由でメールを送信します(添付ファイルも可能)。
その他SMTPSendEmail
概要
SMTP 経由でメールを送信します(添付ファイルも可能)。
Send an email (optionally with attachments) via SMTP.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| SMTP host | string | 必須 | 例: smtp.gmail.com 変数に対応 | |
| Port | number | 必須 | 587 | 変数に対応 |
| Username | string | 任意 | 変数に対応 | |
| Password | string | 任意 | 変数に対応 | |
| From | string | 必須 | 変数に対応 | |
| To | string | 必須 | One or more addresses, comma-separated. 変数に対応 | |
| CC (optional) | string | 任意 | 変数に対応 | |
| Subject | string | 必須 | 変数に対応 | |
| Body | multiline | 任意 | 変数に対応 | |
| Body type | dropdownPlain text · HTML | 任意 | Plain text | |
| Attachments (optional) | string | 任意 | Comma-separated files, a wildcard, or a list variable. 例: C:/out/*.pdf 変数に対応 | |
| Use TLS | dropdownYes · No | 必須 | Yes |