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

Latest commit

 

History

History
8 lines (6 loc) · 495 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 495 Bytes

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.+