A Django app.
Project description
Django Contact Us Email Sending application
Send feedback or contact with us
Additional Information
-
For sending the email use the host 'mailtrap.io'. So, First singup form the official mailtrap.io website
-
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
-
Add "app1" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'app1', ]
-
Include the app1 URLconf in your project urls.py like this::
path('', include('app1.urls')),
-
Run
python manage.py migrate
to create the polls models. -
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
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
Close
Hashes for django-contactus-email1-2.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fd1c921eb269fb22ab24b5b13dbc24a26efab0b099111ed28067349f6789721 |
|
MD5 | 3baa2df20b40448d91ef291cc43ba575 |
|
BLAKE2b-256 | 22a8d1dffb51041e51835677ad482ffb0a589e5232318c7a90727a15301c454d |
Close
Hashes for django_contactus_email1-2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47a715b051c9c4d7d0af50453db78a7755a21d528fc89faec60f4b01f037344c |
|
MD5 | 2cb9e78baa4797f3c9d0cc28905d3174 |
|
BLAKE2b-256 | 2b94f3ff47094ef0ae074d1086f01434cd14ad6ff393cee1629f0d1536465cca |