To send an email through workflow, you need to configure your SMTP credentials in the node. The SMTP credentials required to successfully send an email are:
SMTP Host
SMTP Port
SMTP Username
SMTP Password
Optionally, you can also mark TLS Encryption if your server requires TLS for a secure connection.
To send an email, users needs to configure various fields.From Address, To Address, Subject and Body are mandatory fields for the node.
You can provide the email body as HTML. Cobalt will convert the HTML format properly, ensuring that the final email matches the intended design and formatting.
While fields such as CC Address, BCC Address and Attachments are optional fields for the email.
If you need to attach files, simply provide the URL of the attachment. Cobalt will fetch the file from the specified URL and attach it to the email.