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.
SMTP Host
string requiredThe SMTP server hostname used to send emails.
SMTP Port
integer requiredThe SMTP server port number.
Username
stringThe username for SMTP authentication, if required by your email provider.
Password or App Password
stringThe password used for SMTP authentication. Some email providers require an app-specific password instead of the account login password.
Secure Connection
booleanDetermines whether a secure SMTP connection is used, depending on the requirements of your email provider.
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.