Email SMTP Adapter
AdapterConfigEmailSTMP
field | value | example |
Host |
|
|
Port |
|
|
TLS encrypt |
| |
Authenticate |
| |
Auth username |
|
|
Auth password |
| aaa |
Service Request
column | value | example |
System |
|
|
Service Name |
|
|
Field Mappings
Field | Value | Value Type | example |
subject |
|
|
|
from_address |
|
|
|
to_addresses |
|
|
|
body |
|
| |
attachments |
name: intended file name type: file MIME type payload: file content (bytes) NOT A BYTE STREAM |
|
Service Request and Field Mapping Examples
System | Service Name | Formula Variable |
EMAIL_SMTP | SendMessage | send_email_smtp |
Field Mappings Without Attachments:
Sequence | Field | Value | Value Type |
1 | subject | “This is a test subject” | str |
2 | from_address | “mailbot@alphapack.co” | str |
3 | to_addresses | ['travis.w@sandboxbanking.com”, “developers@sandboxbanking.com”] | list |
4 | body | “This is a test body for the test email!” | str |
Field Mappings With Attachments:
Sequence | Field | Value | Value Type |
1 | subject | “This is a test subject” | str |
2 | from_address | “mailbot@alphapack.co” | str |
3 | to_addresses | ['travis.w@sandboxbanking.com”, “developers@sandboxbanking.com”] | list |
4 | body | “This is a test body for the test email!” | str |
5 | attachments | list |
Last updated