Skip to main content

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

  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')
]
  1. Include maillib URLconf in the projects url.py like this:

    path('mail', include('maillib.urls')),

  2. The package doesnt have any database so no migrations are necessary.

  3. 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Dowell Mail-1.0.2.tar.gz (2.2 MB view hashes)

Uploaded Source

Built Distribution

Dowell_Mail-1.0.2-py3-none-any.whl (11.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page