sureshvv / reviewboard

Automatically exported from code.google.com/p/reviewboard
0 stars 0 forks source link

Email should be able to use local system's mailx / sendmail command #490

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current version of reviewboard seems only to be able to send messages
to a SMTP server running on port 25.  Would it be possible to have the
option to use a local mailx or sendmail command in order to send mail
(instead of an SMTP server)?

Original issue reported on code.google.com by edgi...@gmail.com on 16 May 2008 at 9:22

GoogleCodeExporter commented 9 years ago
This is actually an issue with Django. We don't handle the actual e-mail sending
ourselves. I would file a bug against them, as this would be useful for them to 
include.

Original comment by chip...@gmail.com on 21 May 2008 at 9:27