Sending email with python fast
Project description
Themail
To install
pip install Themail
To import the library
from themail import *
Defining the sender, key, smtp and port
email = Themail("<YOUR EMAIL>","<YOUR KEY>","<SMTP>","<PORT>")
or null to use our email
email = Themail()
Sending an email
send = email.send("<RECEIVER>","<SUBJECT>","<BODY>")
Sending to more than one recipient
send = email.send(["<RECEIVER #1>","<RECEIVER #2>"],"<SUBJECT>","<BODY>")
Get message
print(send)
Links
See my GitHub.
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
Themail-0.0.1.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file Themail-0.0.1.tar.gz
.
File metadata
- Download URL: Themail-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f97a21adccff85d8b2ddfba3585317cea34603113e49f0ae2759a9224f86570 |
|
MD5 | 645f46f131acaefe6ab4a3bcb1c18a3b |
|
BLAKE2b-256 | cba6f945b8c786616a5102254e20b3290c47c6779082880d0b417620f71870c6 |
File details
Details for the file Themail-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: Themail-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22e03faf4c5f7b27cf9c8fbac2ff277ce35ba5a7bf4f86e72f4f79c34e4cb479 |
|
MD5 | 3ef8bfbaa9d2aaace20a7639861eb249 |
|
BLAKE2b-256 | 0b944423fe422d7ab9355a003cfeb53cc27d1280f7ebf80b6bd789693abf73a9 |