Skip to content

Email Configs

suraj inamdar edited this page Apr 18, 2020 · 1 revision

Email Configs

Email configs are defined in EmailConfig.h file under general config folder. Here we defined the some required email parameters to form a email_config table structure and its default table available as global config

Email Table parameters

  • sending_domain : It holds the sending domain i.e. device domain which defaults to "example.com"
  • mail_host : mail host address
  • mail_port : mail port
  • mail_username : username
  • mail_password : password
  • mail_from : mail id which considered as from address
  • mail_to : mail id to which mail should go
  • mail_from_name : mail from name to put in mail header
  • mail_subject : subject for mail
Clone this wiki locally