Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 330 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 330 Bytes

python-smtp-server

Create .env file

SERVER_PORT=your_port_number

Create credentials.json file

{
  "email": {
    "address": "[email protected]",
    "password": "your_address_password",
    "host": "smtp.gmail.com",
    "port": 465
  },
  "server": {
    "api_key": "your_api_key"
  }
}