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: "[email protected]",
password: "Your email password",
to: "[email protected]"
}
};