Name | Dowell-Mail JSON |
Version |
1.0.2
JSON |
| download |
home_page | |
Summary | Dowell Mail Package |
upload_time | 2023-06-26 11:30:42 |
maintainer | |
docs_url | None |
author | Marvin |
requires_python | >=3.8 |
license | |
keywords |
dowell
django
mail
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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
1. 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')
]
3. Include maillib URLconf in the projects url.py like this:
path('mail', include('maillib.urls')),
4. The package doesnt have any database so no migrations are necessary.
5. 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.
[Documentation](https://dowellmail.onrender.com/)
Raw data
{
"_id": null,
"home_page": "",
"name": "Dowell-Mail",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "Dowell Django Mail",
"author": "Marvin",
"author_email": "marvin.wekesa@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ce/7a/676b6586c55479fb53e22de0cce028394565f3b8a6e08814bab8d084aba8/Dowell%20Mail-1.0.2.tar.gz",
"platform": null,
"description": "# Dowell Mail App\r\n\r\nThis is a Django mail package consuming the Dowell Mail API. It validates each email then sends email once validated.\r\n\r\n## Quick Start\r\n\r\n1. Add `maillib` to your INSTALLED_APPS in settings.py like this:\r\n\r\n INSTALLED_APPS = [\r\n ...\r\n 'maillib',\r\n ]\r\n\r\n.. caution::\r\n You need to add `import os` before editing TEMPLATES to include `os.path.join(BASE_DIR, 'templates')` in DIRS like:\r\n\r\n \"DIRS\": [\r\n os.path.join(BASE_DIR, 'templates')\r\n ]\r\n\r\n3. Include maillib URLconf in the projects url.py like this:\r\n\r\n path('mail', include('maillib.urls')),\r\n\r\n4. The package doesnt have any database so no migrations are necessary.\r\n\r\n5. Start the server and navigate to `http://127.0.0.1:8000/mail` and start sending emails.\r\n\r\n## Features\r\n\r\nDowell 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.\r\n\r\nTo 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.\r\n\r\n[Documentation](https://dowellmail.onrender.com/)\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Dowell Mail Package",
"version": "1.0.2",
"project_urls": null,
"split_keywords": [
"dowell",
"django",
"mail"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ed5ed222fa3c81e18dbef44021bc30712f4a0e5f6c65b87525a606994a666af8",
"md5": "06748f07b88138b77bc46d4f8c26fd25",
"sha256": "146ade662afabb15dbffff6ef0a644631f9136b2d3c3c24258e9472cc3efed44"
},
"downloads": -1,
"filename": "Dowell_Mail-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "06748f07b88138b77bc46d4f8c26fd25",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 11451,
"upload_time": "2023-06-26T11:30:38",
"upload_time_iso_8601": "2023-06-26T11:30:38.907604Z",
"url": "https://files.pythonhosted.org/packages/ed/5e/d222fa3c81e18dbef44021bc30712f4a0e5f6c65b87525a606994a666af8/Dowell_Mail-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ce7a676b6586c55479fb53e22de0cce028394565f3b8a6e08814bab8d084aba8",
"md5": "9ec7c6f9739a549229a74eb7b49e214f",
"sha256": "ea9be87f366040910ff137522ba4c6a8a6de93e6e9e883e6652d93fee5f50d50"
},
"downloads": -1,
"filename": "Dowell Mail-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "9ec7c6f9739a549229a74eb7b49e214f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 2241918,
"upload_time": "2023-06-26T11:30:42",
"upload_time_iso_8601": "2023-06-26T11:30:42.201917Z",
"url": "https://files.pythonhosted.org/packages/ce/7a/676b6586c55479fb53e22de0cce028394565f3b8a6e08814bab8d084aba8/Dowell%20Mail-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-26 11:30:42",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "dowell-mail"
}