Re: send_mail / mail_admins to qmail server

2009-02-22 Thread Reza Muhammad
On Feb 21, 2009, at 12:03 AM, Karen Tracey wrote: > ... > And you don't specify anything like secure sockets or STARTTLS > required for the mail client? > > Lacking source to the mail client (which I'm assuming you don't > have?) to compare what it does with what Django does, I'd > probably t

Re: send_mail / mail_admins to qmail server

2009-02-20 Thread Karen Tracey
On Fri, Feb 20, 2009 at 3:55 AM, Reza Muhammad wrote: > > On Feb 20, 2009, at 2:19 PM, Karen Tracey wrote: > > ... > > >> > > Or does it fail not because of the password? because I can connect to >> the mail server from my regular email client with pretty much the same >> setting. >> > > Pretty mu

Re: send_mail / mail_admins to qmail server

2009-02-20 Thread Reza Muhammad
On Feb 20, 2009, at 2:19 PM, Karen Tracey wrote: > ... > > > Or does it fail not because of the password? because I can connect to > the mail server from my regular email client with pretty much the same > setting. > > Pretty much the same? What's different? Do you specify anything > about sec

Re: send_mail / mail_admins to qmail server

2009-02-19 Thread Karen Tracey
On Fri, Feb 20, 2009 at 1:15 AM, Reza Muhammad wrote: > > Hello All, > > I'm trying to play around with a send_mail/mail_admins function but > couldn't get it to work properly. I hope someone can help me out :) > > > I'm trying to create a "send feedback" feature in my application which > will ba

send_mail / mail_admins to qmail server

2009-02-19 Thread Reza Muhammad
Hello All, I'm trying to play around with a send_mail/mail_admins function but couldn't get it to work properly. I hope someone can help me out :) I'm trying to create a "send feedback" feature in my application which will basically retrieve user's inputted data through form, and then se