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 migrateto 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fd1c921eb269fb22ab24b5b13dbc24a26efab0b099111ed28067349f6789721
|
|
| MD5 |
3baa2df20b40448d91ef291cc43ba575
|
|
| BLAKE2b-256 |
22a8d1dffb51041e51835677ad482ffb0a589e5232318c7a90727a15301c454d
|
File details
Details for the file django_contactus_email1-2.1-py3-none-any.whl.
File metadata
- Download URL: django_contactus_email1-2.1-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47a715b051c9c4d7d0af50453db78a7755a21d528fc89faec60f4b01f037344c
|
|
| MD5 |
2cb9e78baa4797f3c9d0cc28905d3174
|
|
| BLAKE2b-256 |
2b94f3ff47094ef0ae074d1086f01434cd14ad6ff393cee1629f0d1536465cca
|