The SMTP interface type defines the connections to the SMTP (Simple Mail Transfer Protocol) server used to send and receive emails.
To create a new SMTP interface, do the following:
Go to Project Tree > Shared Objects, right click Interfaces, select New Interface and then select SMTP from the Interface Type dropdown menu to open the New Interface window.
Populate the connection's settings and Save.
Go to Project Tree > Shared Objects, right click Interfaces, select New Interface and then select SMTP from the Others section to open the New Interface window.
Enter a suitable name for your new SMTP Interface, then click Create:
Populate the connection's settings and Save.
Parameter | Description |
To | Recipient's email address |
From | Sender's email address |
User | Sender's user |
Password | Sender's password |
Host | Email server host |
Port | Email server port |
The above Broadway flow uses an Email Actor to send an email via a predefined SMTP interface. If a recipients input argument is provided, it overrides the interface's setting. To send an email in HTML format, set isHtml to true.
The SMTP interface type defines the connections to the SMTP (Simple Mail Transfer Protocol) server used to send and receive emails.
To create a new SMTP interface, do the following:
Go to Project Tree > Shared Objects, right click Interfaces, select New Interface and then select SMTP from the Interface Type dropdown menu to open the New Interface window.
Populate the connection's settings and Save.
Go to Project Tree > Shared Objects, right click Interfaces, select New Interface and then select SMTP from the Others section to open the New Interface window.
Enter a suitable name for your new SMTP Interface, then click Create:
Populate the connection's settings and Save.
Parameter | Description |
To | Recipient's email address |
From | Sender's email address |
User | Sender's user |
Password | Sender's password |
Host | Email server host |
Port | Email server port |
The above Broadway flow uses an Email Actor to send an email via a predefined SMTP interface. If a recipients input argument is provided, it overrides the interface's setting. To send an email in HTML format, set isHtml to true.