Neokernel API

EmailBugReportAgent.initProps Method

Initializes the default Props for this agent: "service_name" is the name this agent uses to register with the Service Manager (default: bug_report), "schedule" describes the schedule used to wake up this agent and email bug reports (default: every 6 hours), "report_title" is used to prefix the subject line of the emails that are sent (default: Bug Report), "reply_to" is used to set the Reply To field of emails that are sent, "recipients" is a comma separated list of email addresses used to send the emails.

public override void initProps();

Implements

AgentInterface.initProps

See Also

EmailBugReportAgent Class | com.neokernel.email Namespace