Re: 1.4: Emails to BCC addresses not sent

2012-07-06 Thread Javi Romero
El viernes, 6 de julio de 2012 15:58:50 UTC+2, Thomas escribió: > > ... > > If that fails as well, I guess a ticket is in order, but like I said >> "works for me" (in version 1.4). >> If that doesn't fail, then make sure cco is filled. >> > fwiw it works for me too in 1.4 using virtualenv. Th

Re: 1.4: Emails to BCC addresses not sent

2012-07-06 Thread Thomas Lockhart
... If that fails as well, I guess a ticket is in order, but like I said "works for me" (in version 1.4). If that doesn't fail, then make sure cco is filled. fwiw it works for me too in 1.4 using virtualenv. Thanks Melvyn for the simple example. - Tom -- You rec

Re: 1.4: Emails to BCC addresses not sent

2012-07-06 Thread Javi Romero
El viernes, 6 de julio de 2012 12:59:23 UTC+2, Melvyn Sopacua escribió: > > On 6-7-2012 11:36, Javi Romero wrote: > > Does this sound like I should open a new ticket on the bugtracker or > does > > this work right for anyone else? > > It definitely works for me, when I do some testing with th

Re: 1.4: Emails to BCC addresses not sent

2012-07-06 Thread Melvyn Sopacua
On 6-7-2012 11:36, Javi Romero wrote: > Does this sound like I should open a new ticket on the bugtracker or does > this work right for anyone else? It definitely works for me, when I do some testing with the EmailMessage object. You should reduce your testing to just sending a simple message wit

Re: 1.4: Emails to BCC addresses not sent

2012-07-06 Thread Javi Romero
As usual, the webfaction support team is impresive in its support. Here's the extract from the mail log after sending the contact form. As it can be seen, there is no trace of bcc addresses. Also, the addresses to be bcc'ed are not the same that the one on the "To" field. Jul 5 11:15:56 mail6 p

Re: 1.4: Emails to BCC addresses not sent

2012-07-06 Thread Javi Romero
El viernes, 6 de julio de 2012 02:18:43 UTC+2, Melvyn Sopacua escribió: > > On 5-7-2012 19:44, Javi Romero wrote: > > Hi list, I'm new around though I've been developing Django sites since > the > > early 1.0 releases > > > > I've been looking around for problems regarding email sending to B

Re: 1.4: Emails to BCC addresses not sent

2012-07-05 Thread Melvyn Sopacua
On 5-7-2012 19:44, Javi Romero wrote: > Hi list, I'm new around though I've been developing Django sites since the > early 1.0 releases > > I've been looking around for problems regarding email sending to BCC > addresses but can't find anything that explains what I'm seeing. You've included a l

1.4: Emails to BCC addresses not sent

2012-07-05 Thread Javi Romero
Hi list, I'm new around though I've been developing Django sites since the early 1.0 releases I've been looking around for problems regarding email sending to BCC addresses but can't find anything that explains what I'm seeing. I have a ModelForm that renders a pretty simple contact form, and o