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 lot of information, except the mail log on the MTA
that django connects to and that's the crucial thing. You'll need to
verify if the bcc addresses are showing up to determine the guilty party.

Also, if you bcc something to a recipient already in the recipient list,
it is not guaranteed they receive two copies and even more likely that
they don't, so use addresses you know are good but not in the list already.
-- 
Melvyn Sopacua


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to