Skip to content

Email

.halguru.yamlChannels[]Email

Gets or sets the Email channel path associated with the communication channel.

Channels:
  - Email:
      Name: Email Channel
      Description: |
        An Email channel for messaging.
      EmailAddress: test@test.com
      Active: true
      RequiredUserType: Anonymous
      SmtpFromName: John Smith
      SmtpHost: smtp.gmail.com
      SmtpPort: 587
      SmtpUser: john.smith
      SmtpPassword: adsiuequwy!1323ad
      ImapHost: imap.gmail.com
      ImapPort: 993
      ImapUser: john.smith
      ImapPassword: adsiuequwy!1323ad

Field Information#

Name Description
Title Email
Field Type Object
Required False

Field List#

Name Type Required Description
Name Text ✔️ The name of the channel.
Description MultilineText A description of the Email channel.
EmailAddress EmailAddress ✔️ The email address for the Email channel.
Active Boolean ✔️ Whether the channel is active or not.
RequiredUserType Choice ✔️ The type of user required to access the channel.
SmtpFromName Text The name of the sender for outgoing emails.
SmtpHost Text ✔️ The host address of the SMTP server used for sending email messages.
SmtpPort Integer ✔️ The port number for the SMTP server used to send email messages.
SmtpUser Text ✔️ The username for authenticating with the SMTP server when sending emails.
SmtpPassword Password The password used to authenticate with the SMTP server.
ImapHost Text ✔️ The host address of the IMAP server used for receiving email messages.
ImapPort Integer ✔️ The port number for the IMAP server used to receive email messages.
ImapUser Text ✔️ The username for authenticating with the IMAP server when receiving emails.
ImapPassword Password The password used to authenticate with the IMAP server.

Technical Information#

Property Value
Path Channels[].Email
Internal Type AgentModels.ChannelModels.EmailChannel
Internal Root Type AgentHalGuru
File Extension .halguru.yaml
JSON Schema halguru-schema.json

.halguru.yaml#

Reference Index#

Configuration Files#


Last updated: 2026-03-19
Autogenerated: Yes
AI powered: Yes
Core version: 1.93.0