We've learnt how to send email using smtplib already (e.g. Day 32), let's use this knowledge to make the contact form complete and actually send us (website owner) an email when a user is trying to get in touch.
You might need to review some of the lessons on smtplib from Day 32.
This is what you're aiming for:
SOLUTION:
https://gist.github.com/angelabauer/6e9dec2b75b3d6b4b5f2feed011a0d13