Skip to content

Send an email when plugins failed to clock-in, the plugin of AutoClock.

License

Notifications You must be signed in to change notification settings

ReturnNefe/AutoClock.EmailSender

Repository files navigation

AutoClock.EmailSender

A plugin of AutoClock.

AutoClock.EmailSender can send an email when when plugins failed to clock-in.

Installing

  1. Download plugin file from Releases.
  2. Unzip the file into AutoClock/plugins/EmailSender.
  3. Configure config.txt by reading Configuration.

Configuration

Edit config.txt in the base directory.

{
    // the mail server of the mail-sender
    mailServer: "",
    
    // the key of the mail-sender
    key: "",
    
    // the mail address of the mail-sender
    sendUser: "",
    
    // the mail address of the mail-receiver
    receiveUser: "",
    
    // the title of the email
    title: ""
}

About

Send an email when plugins failed to clock-in, the plugin of AutoClock.

Resources

License

Stars

Watchers

Forks

Packages

No packages published