Skip to content

A flask application sending an email to a given email address.

Notifications You must be signed in to change notification settings

arthurarty/customer-care

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer Service

Simple flask application sends an email to a given address, once a form is filled in.

How to install

  • Create a virtual environment. This can be done using the command python -m venv ENV.
  • Activate the virtual env and install requirements. pip install -r requirements.txt.
  • Create a .env file following the .env_example.

Run application

  • To run application use the commmand python main.py.

About

A flask application sending an email to a given email address.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published