Skip to content

rishimukherjee/Practo-Email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practo Email

Easily send emails to your patients.

Usage

This application was created and tested in Django 1.5 with MySql.

Setup

Create a database named mailmaster in MySQL.

Configure according to this link if you want to use some other database engine: django docs

Open the settings.py in the application and edit the following fields.

  • EMAIL_HOST Email server address. smtp.gmail.com for gmail.
  • EMAIL_HOST_USER You email id.
  • EMAIL_HOST_PASSWORD You email password.
  • EMAIL_PORT 587 for gmail.
  • EMAIL_USE_TLS True for making it secure else False.

In the DATABASE section of the settings.py,

  • USER Your mysql username.
  • PASSWORD Your mysql password.

Type the following commands:

python manage.py syncdb
python manage.py runserver

Visit localhost

About

A small app for doctors to send emails to patients easily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published