Skip to main content

A Django app.

Project description

Django Contact Us Email Sending application

Send feedback or contact with us

Additional Information

  1. For sending the email use the host 'mailtrap.io'. So, First singup form the official mailtrap.io website

  2. Then copy the configutation selecting the Django Framework like below

EMAIL_HOST = 'smtp.mailtrap.io'
EMAIL_HOST_USER = 'XXXXXXXXXXX'
EMAIL_HOST_PASSWORD = 'XXXXXXXXXXX'
EMAIL_PORT = '2525'

Quick start

  1. Add "app1" to your INSTALLED_APPS setting like this::

     INSTALLED_APPS = [
         ...
         'app1',
     ]
    
  2. Include the app1 URLconf in your project urls.py like this::

     path('', include('app1.urls')),
    
  3. Run python manage.py migrate to create the polls models.

  4. Start the development server and visit http://127.0.0.1:8000/ to create a poll (you'll need the Admin app enabled).

Project details


Release history Release notifications | RSS feed

This version

2.1

Download files

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

Source Distribution

django-contactus-email1-2.1.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

django_contactus_email1-2.1-py3-none-any.whl (6.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