<div dir="ltr"><div class="gmail_default" style="font-family:georgia,serif;font-size:small">Works! thx.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-04-16 16:59 GMT+02:00 Nemesis <span dir="ltr"><<a href="mailto:nemesis@ninux.org" target="_blank">nemesis@ninux.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>Hey,<span class=""><br>
<br>
On 04/16/2015 09:47 AM, Eden Ray Gardner wrote:<br>
</span></div><span class="">
<blockquote type="cite">I installed nodeshot locally and want to manually test
some features with multiple users etc. To sign up multiple users I
have to sign them up with the email procedure etc. but where do
the emails go? It seems that they are stored locally but where? Is
there a smooth way to use and test email features in a local
setup?</blockquote>
<br></span>
are you talking about emails like:<br>
<ul>
<li>sign up confirmation<br>
</li>
<li>notifications</li>
<li>contacting users</li>
</ul>
<p>If yes, keep DEBUG = True in your settings<br>
</p>
<p>Run this command in a terminal shell:<br>
</p>
<p>python -m smtpd -n -c DebuggingServer localhost:1025<br>
</p>
<p>And then you should see outgoing emails logged on the terminal.<br>
</p>
<p>Let me know if it helped.<br>
</p>
<p>Fed<br>
</p>
</div>
<br>_______________________________________________<br>
Nodeshot mailing list<br>
<a href="mailto:Nodeshot@ml.ninux.org">Nodeshot@ml.ninux.org</a><br>
<a href="http://ml.ninux.org/mailman/listinfo/nodeshot" target="_blank">http://ml.ninux.org/mailman/listinfo/nodeshot</a><br>
<br></blockquote></div><br></div>