Re: wxMailServer: GUI tool to help you with testing Django e-mails

2013-12-19 Thread Donald Casson
Should be gui driven approach. :) On 20 Dec 2013, at 12:48 pm, Donald Casson wrote: > Hi, > > While not as flash as a the guy driven approach. You can use a simple python > one liner to setup a test mail server that will display emails to the > console. > > sudo python -m smtpd -n -c Deb

Re: wxMailServer: GUI tool to help you with testing Django e-mails

2013-12-19 Thread Donald Casson
Hi, While not as flash as a the guy driven approach. You can use a simple python one liner to setup a test mail server that will display emails to the console. sudo python -m smtpd -n -c DebuggingServer localhost:25 Cheers Don On 20 Dec 2013, at 6:57 am, Arnold Krille wrote: > Hi > > On

Re: wxMailServer: GUI tool to help you with testing Django e-mails

2013-12-19 Thread Arnold Krille
Hi On Thu, 19 Dec 2013 01:23:58 -0800 (PST) Michał Pasternak wrote: > I would like to announce a GUI app, written in wxPython, that I > quickly assembled yesterday mainly using some code from StackOverflow > and Google. > > The app is called wxMailServer and all it does is: it acts as a mail > s

wxMailServer: GUI tool to help you with testing Django e-mails

2013-12-19 Thread Michał Pasternak
Hi, I would like to announce a GUI app, written in wxPython, that I quickly assembled yesterday mainly using some code from StackOverflow and Google. The app is called wxMailServer and all it does is: it acts as a mail server (it listens for traffic incoming at localhost port 25) and when an e-