8000 GitHub - druskacik/send_mail_script
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

druskacik/send_mail_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Send email script

Treba .env súbor tohto formátu:

SMTP_SERVER=smtp.office365.com
SMTP_PORT=587
SMTP_USER=
SMTP_PASS=

SMTP_PASS je kód zo stránky https://cdo.uniba.sk/public/ecp .

Inštalácia libiek:

pip install python-dotenv
pip install pystache

Spúšťa sa to nasledovne:

python index.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0