Metadata-Version: 2.1
Name: email_free_fast_email
Version: 1.1.0
Home-page: https://github.com/alikushbaev/send_email_free/blob/main/README.md
Author: alikushbaev
Author-email: alikushbaev3@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown

![img](https://i.ibb.co/XW67rFf/1.png)
![img](https://i.ibb.co/ZGM6KY1/2.png)
![img](https://i.ibb.co/4jsPNBM/3.png)
![img](https://i.ibb.co/2n3fzgx/4.png)
![img](https://i.ibb.co/nswCH88/5.png)
![img](https://i.ibb.co/zNjL1xB/6.png)
# install packege 
pip install email_free_fast_email
# next
from email_free_fast_email import *
# send text 
send_email(email_user, password_for_email, to_email, server, port, subject, text)
![img](https://i.ibb.co/tQZ35Rf/2024-04-30-144045.png)
# send html
send_email(email_user, password_email, to_email, server, port, subject, ""
           "",text)
![img](https://i.ibb.co/W5dbqMV/7.png)
