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 a22600574e26571f0ee31eba46322e73995531cd), and will be releasing a 2.0.20 release probably in the next few days. Christian -- Christian Hammond - [email protected] Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On Tue, Sep 8, 2015 at 6:40 PM, Christian Hammond <[email protected]> wrote: > What are you using for a mail server? > > Christian > > -- > Christian Hammond - [email protected] > Review Board - https://www.reviewboard.org > Beanbag, Inc. - https://www.beanbaginc.com > > On Tue, Sep 8, 2015 at 5:42 PM, MoonWalker <[email protected]> > wrote: > >> 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 the message.', '[email protected]', [' >> [email protected]'], fail_silently=False) >> >> and the result is = 1 >> >> 3) I do not get any email >> >> >> Is there anything else that I shall try to understand the issue? >> >> >> >> >> >> >> >> -- >> Supercharge your Review Board with Power Pack: >> https://www.reviewboard.org/powerpack/ >> Want us to host Review Board for you? Check out RBCommons: >> https://rbcommons.com/ >> Happy user? Let us know! https://www.reviewboard.org/users/ >> --- >> You received this message because you are subscribed to the Google Groups >> "reviewboard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
