Re: RB 2.0.19 and Django 1.6.11.1 = No email

2015-09-09 Thread Christian Hammond
I just realized, you're probably being bit by a bug where certain headers containing Unicode characters would be injected improperly and break some e-mails. If, for instance, a sender or recipient's name has an accent mark, you're probably hitting this. We've fixed this in Git (SHA

RB 2.0.19 and Django 1.6.11.1 = No email

2015-09-08 Thread MoonWalker
hi, I updated both RB 2.0.19 and Django 1.6.11.1 on my Ubuntu Server and endup with no emails. I did this to try to understand if Django is reporting any issue: 1) sudo rb-site manage /var/www/reviewboard shell 2) >>> from django.core.mail import send_mail send_mail('Subject here', 'Here is

Re: RB 2.0.19 and Django 1.6.11.1 = No email

2015-09-08 Thread Christian Hammond
What are you using for a mail server? Christian -- Christian Hammond - chip...@chipx86.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On Tue, Sep 8, 2015 at 5:42 PM, MoonWalker wrote: > hi, > > I updated both RB 2.0.19