Skip to content

AlexYolguin/Mailing_program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages