SMTP

SMTP (Simple Mail Transfer Protocol) is an internet standard for email supported by most email processing servers. Connect to SMTP to send email.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions and Integration Service Environments (ISEs) |
Power Automate | Standard | All Power Automate regions except the following: - US Government (GCC High) |
Power Apps | Standard | All Power Apps regions except the following: - US Government (GCC High) |
Contact | |
---|---|
Name | Microsoft |
URL | Microsoft LogicApps Support Microsoft Power Automate Support Microsoft Power Apps Support |
Connector Metadata | |
---|---|
Publisher | Microsoft |
Connector in-depth
For more information about the connector, see the in-dept section.
Creating a connection
The connector supports the following authentication types:
Default | Required parameters for creating connection. | All regions |
Default
Applicable: All regions
Required parameters for creating connection.
Name | Type | Description |
---|---|---|
SMTP Server Address | string | SMTP Server Address |
User Name | string | User Name |
Password | securestring | Password |
SMTP Server Port | int | SMTP Port Number (example: 587) |
Enable SSL? | bool | Enable SSL? (True/False) |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Send Email (V3) |
This operation sends an email to one or more recipients. |
Send Email [DEPRECATED] |
This action has been deprecated. Please use Send Email (V3) instead.
|
Send Email [DEPRECATED] |
This action has been deprecated. Please use Send Email (V3) instead.
|
Send Email (V3)
This operation sends an email to one or more recipients.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
From
|
From |
Email address of sender like sender@domain.com |
||
To
|
To |
Specify email addresses separated by semicolons like recipient1@domain.com;recipient2@domain.com |
||
CC
|
CC |
Specify email addresses separated by semicolons like recipient1@domain.com;recipient2@domain.com |
||
Subject
|
Subject | string |
Email subject |
|
Body
|
Body | html |
Email body |
|
Bcc
|
Bcc |
Specify email addresses separated by semicolons like recipient1@domain.com;recipient2@domain.com. |
||
Importance
|
Importance | string |
Importance of the email (High, Normal, or Low) |
|
Read Receipt
|
ReadReceipt |
Specify email address for Read receipt |
||
Delivery Receipt
|
DeliveryReceipt |
Specify email address for Delivery receipt |
||
Content data
|
ContentData | True | byte |
Content data |
Content type
|
ContentType | True | string |
Content type |
File name
|
FileName | string |
File name |
|
Content id
|
ContentId | string |
Content id |
Send Email [DEPRECATED]
This action has been deprecated. Please use Send Email (V3) instead.
This operation sends an email to one or more recipients.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
From
|
From |
Email address of sender like sender@domain.com |
||
To
|
To |
Specify email addresses separated by semicolons like recipient1@domain.com;recipient2@domain.com |
||
CC
|
CC |
Specify email addresses separated by semicolons like recipient1@domain.com;recipient2@domain.com |
||
Subject
|
Subject | string |
Email subject |
|
Body
|
Body | string |
Email body |
|
Is HTML
|
IsHtml | boolean |
Send the email as HTML (true/false) |
|
Bcc
|
Bcc |
Specify email addresses separated by semicolons like recipient1@domain.com;recipient2@domain.com. |
||
Importance
|
Importance | string |
Importance of the email (High, Normal, or Low) |
|
Read Receipt
|
ReadReceipt |
Specify email address for Read receipt |
||
Delivery Receipt
|
DeliveryReceipt |
Specify email address for Delivery receipt |
||
Content data
|
ContentData | True | byte |
Content data |
Content type
|
ContentType | True | string |
Content type |
File name
|
FileName | string |
File name |
|
Content id
|
ContentId | string |
Content id |
Send Email [DEPRECATED]
This action has been deprecated. Please use Send Email (V3) instead.
This operation sends an email to one or more recipients.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
From
|
From |
Email address of sender like sender@domain.com |
||
To
|
To |
Specify email addresses separated by semicolons like recipient1@domain.com;recipient2@domain.com |
||
CC
|
CC |
Specify email addresses separated by semicolons like recipient1@domain.com;recipient2@domain.com |
||
Subject
|
Subject | string |
Email subject |
|
Body
|
Body | string |
Email body |
|
Is HTML
|
IsHtml | boolean |
Send the email as HTML (true/false) |
|
Bcc
|
Bcc |
Specify email addresses separated by semicolons like recipient1@domain.com;recipient2@domain.com. |
||
Importance
|
Importance | string |
Importance of the email (High, Normal, or Low) |
|
Read Receipt
|
ReadReceipt |
Specify email address for Read receipt |
||
Delivery Receipt
|
DeliveryReceipt |
Specify email address for Delivery receipt |
||
File name
|
FileName | string |
File name |
|
Content id
|
ContentId | string |
Content id |
|
Content data
|
ContentData | True | string |
Content data (base64 encoded for streams and as-is for string) |
Content type
|
ContentType | True | string |
Content type |
Content Transfer Encoding
|
ContentTransferEncoding | True | string |
Content Transfer Encoding (base64 or none) |
Returns
- response
- string
Definitions
string
This is the basic data type 'string'.