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.2.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file Themail-0.0.2.tar.gz
.
File metadata
- Download URL: Themail-0.0.2.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 | 94098c409cbf1ad0a5b357fdaec4da854b90b702d57be3a76166bd70be12587f |
|
MD5 | c70d0cbba9ae17314083dc65fa96cb12 |
|
BLAKE2b-256 | 2efc05223041162fc3d1c6a761caab9705b7c940a04d09b72ae9727128e4c3a9 |
File details
Details for the file Themail-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: Themail-0.0.2-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 | aeb7e4d0d47aae90ef9e1b2bf721dce3d26a4bfdd1212ba93b2ce63d159c847d |
|
MD5 | 7e114ce15f51d420428a91c465bde5cc |
|
BLAKE2b-256 | 413e7109eedc2da3984fef768a5fc5d362cc5fe0e2cfc7583a411816a1c90d8d |