It should contain
- A simple web form
- Textboxes, text editor and a button to send
- Ajax platform to make it easy
- Some animation like rotating arrows
- Limiting mails to 50 per user
If the user have an SMTP server, so he can use it, then there won't be any quota problems.
The usage should be simple, like that
- Enter the receivers addresses (50 or unlimited if he uses SMTP)
- Enter the title and the reply address
- Write the body with a tiny MCE editor
- Enter the SMTP details if needed
- Click the button, the form is hidden, but the page don't reload (as we are going to use AJAX)
- Show a message, success or failure
- Working with AJAX
- Working with Django
- Working with the mail API
- some design
- Designing the user interface (HTML)
- Coding the mass mail class with django
- relying between the Django class and the HTML with Ajax
No comments:
Post a Comment