The prototype of daily report tool, which is born for aggregating and reporting daily github commits.
You can configure env like this.
export let env = {
email: {
account: "your-email-address@gmail.com",
password: "Your email password",
to: "report-email-address@gmail.com"
}
};