Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailing program

This program sends a newsletters to a specified list of clients


/Configs - contains the folowing configuration files:

  • source_config.json - contains the sender's email:
{
    "email_sender": "login_example@gmail.com"
}

* it can be different email domains, not only @gmail.com

  • secret_config.json - contains the sender's email password:
{
    "email_password": "password_example"
}
  • clients.json - contains the clients email list:
{
    "clients_list": [
        "login_example@gmail.com",
        "login_example1@mail.ru"
    ]
}

TODO:

  • to update message module (to add some additional logics)
  • to build logging system

About

A program which sends a newsletters to a specified list of clients

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages