Re: error in the order form

2012-08-23 Thread Amyth Arora
er line under that: add this >>>> from = 'yourem...@yourdomain.com' and change >>> send_mail(name, email, tema, summa) to >>>> send_mail(from, recipients, subject, message) and you should have it working. On Thu, Aug 23, 2012 at 6:01 PM, Владислав Иванов <v

error in the order form

2012-08-23 Thread Владислав Иванов
Developing an order form. Shows the error "to" argument must be a list or tuple Please tell me that I not correct? I need the user to be online to complete this form and the order came to my email *views.py* #-*-coding:utf-8-*- from django.db import models from django import f