import smtplib my_email = "bram.vanlaere@gmail.com" password = "Stad8483" with smtplib.SMTP("smtp.gmail.com", port=587) as connection: # Transport Layer Security (TLS) secures our sensitive information and data from hackers. connection.starttls() connection.login(user=my_email, password=password) connection.sendmail(from_addr=my_email, to_addrs="bram@wellsuited.com", msg="Subject:Hello\n\nThis is the body of my email.")

Coming Soon

Our website is currently under construction.
You can still contact one of our team at the following below.


Days


Hours


Minutes


Seconds