Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 433 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 433 Bytes

sendmail_smtp

This is program for sending mail by smtp protocol.

config.py

Configure your email and smtp service here

main.py

This is a sample project

utils.py

This file has three functions:

current_date - it displays the current date in format dd/mm/yyyy
file_to_text - it сonverts file to plain text
send_mail_smtp - this is function for sending mail by smtp protocol.