Email package for infinity team
Project description
Email Package
Introduction
infi_email is a package that send email.
Installation
Install the package via pipenv:
pipenv install infi_email
Features
- send_email function can send email from one email to others.
Usage Example
send_email
from infi_email import send_email
# Replace all variables to the variables you need
from_email: str = "from email here"
email_password: str = "your email password"
mails: list[str] = ["to email here"]
subject: str = "your subject"
message: str = "your message"
send_email(from_email, email_password, mails, subject, message)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
infi_email-0.0.2.tar.gz
(2.0 kB
view details)
Built Distribution
File details
Details for the file infi_email-0.0.2.tar.gz
.
File metadata
- Download URL: infi_email-0.0.2.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c8239de9c9da364a6f3161211f62c1d63b3f18bb03bc973bb18dbc77107a621 |
|
MD5 | 42d4cbcce54922fff3b45ed71e1929e2 |
|
BLAKE2b-256 | ad47288e2f13fbfbebed6ded7449da842b7714714914ee617b449b103211fb69 |
File details
Details for the file infi_email-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: infi_email-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 055091d939bf844cf64589a6e1172f67e9e3781ad92be93c9c35dfdd5d753703 |
|
MD5 | 6ac4102dfba1301b28e462f9dfcd0c48 |
|
BLAKE2b-256 | 3cf5e3808b98623ff85c3b1647bf83ef6d3f395561b14d8c8535381d670a9b11 |