Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

MikaelFangel/SMTPClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMTPClient

This is a simple implementation of a SMTP-client written as a part of the course 62577 Data Communication on DTU. The requirements for this is assigment is that it is written using sockets and raw communication between client and server-side.

This client is able to send emails using smtp.gmail.com over TLS but to authenticate you need to allow access for less secure apps. This is due to the way google have implemented their security.

Prereq

  • A Gmail account
  • Python 3.6.+