<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hey,<br>
      <br>
      On 04/16/2015 09:47 AM, Eden Ray Gardner wrote:<br>
    </div>
    <blockquote
cite="mid:CAH1f8L=qr+bpRSTRc_FXq+jXAXoGJWdVhHtPAfQ9h0crPHSFKA@mail.gmail.com"
      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>
    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>
  </body>
</html>