Email Initialization
| Child Nodes |
|---|
| Email Send |
Overview
Email Initialization node configures the sender email account that Nara uses for outgoing emails. This is an independent node, so it is typically set up once and then linked by one or more Email Send nodes in your flow.
Input
Sender Email Address
string requiredThe email address used as the sender for outgoing emails.
Password
string requiredThe email password used for sending messages.
Email Provider
string requiredThe email provider used for sending emails. Users can choose between the following options:
- Other — If
Otheris selected, the following additional information is required:- SMTP Server: The SMTP server address of the email provider used for sending emails.
- SMTP Port: The port number used for the SMTP server. Commonly used ports are
587 (TLS)and465 (SSL).
Maximum Emails per Second
integer requiredThe maximum number of emails that can be sent per second. This is used to control the email sending rate and help prevent emails from being detected as spam.
Max Emails in Queue
integerThe maximum number of emails that can remain in the sending queue. Emails will wait in the queue according to the configured email-per-second limit. If the queue becomes full, the oldest email in the queue will be removed.
Output
This node does not provide custom output data. It stores the email account configuration so linked Email Send nodes can use it when sending messages.