Skip to content

Python Mailer : Wiki's

Ford Deuglass edited this page Nov 25, 2022 · 2 revisions

How to Download

before you download the library, you should download python on your desktop, you should go to Python Download to download. after you have download python, you will go to setup pip. pip stands for "preferred installer program". after you installed PIP, you should download this all library. For the free documentation : Python MIMEBase Documentation,

colorama : To download colorama, you should type [in python prompt] pip install colorama. this will download automatically
pyfiglet : To download pyfiglet, you should type [in python prompt] pip install pyfiglet. this will download automatically
platform : To download platform, you should type [in python prompt] pip install platform. this will download automatically

smtp is automatically downloaded when you download python, but to activated the smtp server you need to use the following command

$ python -m smtpd -c DebuggingServer -n localhost:1025

After you setup the smtp sever you is done, for os , time ,datetime is automatically downloaded when you start the python from the first time.

How To Run

To run the program you can use the prompt or just click the start button if you use code editor,
im using VISUAL STUDIO CODE and i use CTRL + J to open the prompt, then type

py project.py

Powered By Github

Read All The Documentation, easy step ~ code explained

Clone this wiki locally