------------------------------------------------------------------------------ To reply, visit https://hellosplat.com/s/beanbag/tickets/4724/ ------------------------------------------------------------------------------
New ticket #4724 by Tab10id For Beanbag, Inc. > Review Board Status: New Tags: Priority:Medium, Type:Enhancement ------------------------------------------------------------------------------ Optional usage DEFAULT_FROM_EMAIL for request mails ============================================================================== # What version are you running? 3.0.8 # Describe the enhancement and the motivation for it. Our smtp server prevent sending mails with different sender mail (argument `from_email` of `EmailMessage`) and allow only own account for this field # Please provide any additional information below. https://github.com/reviewboard/reviewboard/blob/dd97c294ee1bac369b2b0ee3425054db0a8f730f/reviewboard/notifications/email/message.py#L236 That line use mail of review/request user. For now we change this line to `from_email=settings.DEFAULT_FROM_EMAIL` but we want to have option for this in admin panel. ------------------------------------------------------------------------------ -- You received this message because you are subscribed to the Google Groups "reviewboard-issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/reviewboard-issues. For more options, visit https://groups.google.com/d/optout.
