Skip to content
Vismaya Atreya edited this page Aug 11, 2020 · 5 revisions

Learn how to make your own app that sends E-mails!

Have you ever wanted to make an app for your own needs? An app where you know what is happening in the background? My email-sending app's source code is available to public, and I will be explaining it in this wiki. You will need to have a basic knowledge of Python (Data types, builtin functions, clauses and importing modules).You don't need to install any modules, or any software, except for IDLE, the editor you will be using in this tutorial. Once you have downloaded it, launch it and click on File -> New File . Now, you can start writing your code! Move over to the first section.