Dowell Mail Package
Project description
Dowell Mail App
This is a Django mail package consuming the Dowell Mail API. It validates each email then sends email once validated.
Quick Start
-
Add
maillib
to your INSTALLED_APPS in settings.py like this:INSTALLED_APPS = [ ... 'maillib', ]
.. caution::
You need to add import os
before editing TEMPLATES to include os.path.join(BASE_DIR, 'templates')
in DIRS like:
"DIRS": [
os.path.join(BASE_DIR, 'templates')
]
-
Include maillib URLconf in the projects url.py like this:
path('mail', include('maillib.urls')),
-
The package doesnt have any database so no migrations are necessary.
-
Start the server and navigate to
http://127.0.0.1:8000/mail
and start sending emails.
Features
Dowell Mail offers a reliable and user-friendly API for sending and validating emails. Our API services provide a seamless experience for sending emails from your own email ID and validating email addresses for accuracy. Whether you need to send important notifications or verify email addresses, Dowell Mail API has got you covered.
To understand the API calls and their functionality, I recommend reading the documentation. The documentation provides comprehensive information on making API requests and utilizing the available endpoints. It explains the required parameters, request methods, and response formats for each API call.
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
Built Distribution
File details
Details for the file Dowell Mail-1.0.2.tar.gz
.
File metadata
- Download URL: Dowell Mail-1.0.2.tar.gz
- Upload date:
- Size: 2.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea9be87f366040910ff137522ba4c6a8a6de93e6e9e883e6652d93fee5f50d50 |
|
MD5 | 9ec7c6f9739a549229a74eb7b49e214f |
|
BLAKE2b-256 | ce7a676b6586c55479fb53e22de0cce028394565f3b8a6e08814bab8d084aba8 |
File details
Details for the file Dowell_Mail-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: Dowell_Mail-1.0.2-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 146ade662afabb15dbffff6ef0a644631f9136b2d3c3c24258e9472cc3efed44 |
|
MD5 | 06748f07b88138b77bc46d4f8c26fd25 |
|
BLAKE2b-256 | ed5ed222fa3c81e18dbef44021bc30712f4a0e5f6c65b87525a606994a666af8 |