Write me a sophisticated python3 class for sending an Email on the fly without running a full scale smtp server.

Job ID: 30934478

Budget: ₹600 – ₹1,500 INR

I want a neat and well commented python3 class (Module) which MUST use smtpd or aiosmtpd and smtplib to generate a neat and sophisticated email using the domain the the local host is linked to.

Example case:
I have a domain say, repo.com, which is linked to my external IP address. I want this class to send an email such as

To: mithravishwa37@gmail dot com
From: noreply@repo dot com

Subject: hey
message: This flies nice
##More options for the message##

Your class will be tested against gmail, yahoo, outlook and other popular email services. It is mandatory to use smtpd or aiosmtpd without using any external ,ail servers.
I will give the SSL certificates (HTTPS) too if required
Related categories: Python SMTP