Simple script that sends notification to email about new book from Puckt Publishing Free Learning.
Usage:
python3 send_new_free_learning_book_name_to_email.py -smtp_host smtp.gmail.com -smtp_port 465 -smtp_login [email protected] -smtp_pwd 3xamp13_pa$$w0rd -from_email [email protected] -to_email [email protected]
Usage with config.json
:
python3 send_new_free_learning_book_name_to_email.py -config config.json