SMTP Mail
The SMTP Mail connector connects to SMTP servers to send emails.
SMTP (Simple Mail Transfer Protocol) is a TCP/IP protocol that transfers emails from the sender to the recipient or between mail servers. It is primarily used for sending emails, while POP3 or IMAP handles email retrieval.
Creating an SMTP Mail Connection
- Log in to the new ROMA Connect console.
- In the navigation pane on the left, choose Connector. On the page displayed, click New Connection.
- Select the SMTP Mail connector.
- In the dialog box displayed, configure the connector and click OK.
Parameter
Description
Name
Enter the connector instance name.
Specifies the SMTP server IP address.
Enter the SMTP email server's IP address or domain name.
Do not include the protocol scheme or port number.
Port
Port number of the SMTP email server.
Email Address
Email address of the sender. For example, lilei@imap.com.
Password
Password of the sender email address.
Whether to use SSL
Whether to enable SSL encryption.
Description
Enter the description of the connector to identify it.
Action
Sending emails
Configuring Parameters
Parameter |
Description |
---|---|
Recipient |
Enter the recipients' email addresses. Separate addresses with commas (,). |
CC |
Enter the CC email addresses. Separate addresses with commas (,). |
BCC |
Enter the BCC email addresses. Separate addresses with commas (,). |
Subject |
Enter the email subject. |
Content |
Enter the email content. |
Content Type |
Select a content type.
|
email importance |
Select the importance of the email.
|
Email Attachments |
Add email attachments using a JSON array. Required fields: filename and contentData; optional field: contentType (MIME type). Example: [{"filename": "xxx.pdf","contentData": "text file","contentType":"application/pdf"}] |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot