Sending emails and otp verifications is super simple with emailotp
Project description
emailotp
Email otp simplifies email integration in Python, enabling users to send emails, facilitate OTP verification, Enhance your app's email functionality effortlessly.
Example
from emailotp import emailotp
emailotp = emailotp()
responseFromEmailOtp = emailotp.send("toemail@gmail.com")
print(responseFromEmailOtp["message"])
-- methods
emailotp = emailotp()
responseFromEmailOtp = emailotp.sendOtp("toemail@gmail.com",123456)
print(responseFromEmailOtp["message"])
emailotp = emailotp()
responseFromEmailOtp = emailotp.sendMessage("toemail@gmail.com","title","subject","body")
print(responseFromEmailOtp["message"])
emailotp = emailotp()
responseFromEmailOtp = emailotp.custom("fromemail@gmail.com","passkey","toemail@gmail.com","title","subject","body")
print(responseFromEmailOtp["message"])
help
emailotp = emailotp()
emailotp.help()
Authors
Getting Started
For help getting started with Python, view our online documentation.
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
emailotp-2.1.7.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file emailotp-2.1.7.tar.gz.
File metadata
- Download URL: emailotp-2.1.7.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb36b680fa74296f942284f18080750cb4adaf1f520ee89832dff3c56f41328d
|
|
| MD5 |
22ac6e8c9435db1444ac708f276bdeb4
|
|
| BLAKE2b-256 |
2bb13209e9020bf6a815ca9f376d4674cab278e1427639f7a553939d50becb8e
|
File details
Details for the file emailotp-2.1.7-py3-none-any.whl.
File metadata
- Download URL: emailotp-2.1.7-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1202b109b656c69252e09f8506fc3afe21b79c7d7fbee9c82432f8ab05f14ba8
|
|
| MD5 |
ddc9fb24e1335b55ea9142b809d2ea16
|
|
| BLAKE2b-256 |
6909dc58adca4d9d4f16411e77bab2b245de0aa4eccd01797aa138012ba9cc86
|