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 details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_contactus_email1-2.1-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file django-contactus-email1-2.1.tar.gz.

File metadata

  • Download URL: django-contactus-email1-2.1.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for django-contactus-email1-2.1.tar.gz
Algorithm Hash digest
SHA256 4fd1c921eb269fb22ab24b5b13dbc24a26efab0b099111ed28067349f6789721
MD5 3baa2df20b40448d91ef291cc43ba575
BLAKE2b-256 22a8d1dffb51041e51835677ad482ffb0a589e5232318c7a90727a15301c454d

See more details on using hashes here.

File details

Details for the file django_contactus_email1-2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_contactus_email1-2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 47a715b051c9c4d7d0af50453db78a7755a21d528fc89faec60f4b01f037344c
MD5 2cb9e78baa4797f3c9d0cc28905d3174
BLAKE2b-256 2b94f3ff47094ef0ae074d1086f01434cd14ad6ff393cee1629f0d1536465cca

See more details on using hashes here.

Supported by

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