Skip to content

marmales/transmitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run this application you will need new json configuration (filename: appsettings.secrets.json) with encrypted values.

{
  "Thumbprint": "your_thumbprint",
  "Credentials": {
    "ImapUsername": "encrypted_imap_login",
    "SmtpUsername": "encrypted_smtp_login",
    "Password": "encrypted_server_password"
  },
  "Smtp": {
    "Recipients": ["encrypted_recipients"]
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages