/sendmail_smtp

This is program for sending mail by smtp protocol.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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.