0129.html 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Run RainLoop for Free Web Based E-mail</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Self-Hosted,Web Based Mail Client,Free Software,PHP,PHP Software,Web Server,Apache,HMailServer,Install Guide,Home Lab,Local E-Mail,Mail Server,RainLoop,Self-Host,Self-hosted,System Administrator,Web Server Administration,Browser Based,Web Based,Web Based Tools,E-Mail Server,Web Based Email Client,Free Email Web Client,PHP Based Email Client,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Run RainLoop for Free Web Based E-mail">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="04/07/2022 08:51:30 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Run RainLoop for Free Web Based E-mail</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>What is RainLoop?</h2>
  26. <blockquote><em>Simple, modern &amp; fast web-based email client -<a href="https://github.com/RainLoop/rainloop-webmail" target="_blank">https://github.com/RainLoop/rainloop-webmail</a></em></blockquote>
  27. <h2>Prerequisites</h2>
  28. <ul>
  29. <li>An e-mail server <a href="https://youtu.be/QfAmSYKUdFs" target="_blank">https://youtu.be/QfAmSYKUdFs</a> | <a href="https://youtu.be/qGrAXAFrUro" target="_blank">https://youtu.be/qGrAXAFrUro</a> | <a href="https://youtu.be/qnnf3LWcUXA" target="_blank">https://youtu.be/qnnf3LWcUXA</a></li>
  30. <li>A web server <a href="https://youtu.be/Ww0f5NVY30Q" target="_blank">https://youtu.be/Ww0f5NVY30Q</a> | <a href="https://youtu.be/lp9RtsyabvQ" target="_blank">https://youtu.be/lp9RtsyabvQ</a></li>
  31. </ul>
  32. <ol>
  33. <li>Download RainLoop <a href="http://www.rainloop.net/downloads/" target="_blank">Download</a></li>
  34. <li>Extract the downloaded .zip file</li>
  35. <li>Copy RainLoop to a folder on a web server</li>
  36. <li>Open a browser and navigate to the location on the web server<br />
  37. https://webdev.i12bretro.local/webmail/?admin</li>
  38. <li>Login as admin/12345</li>
  39. <li>Click Security in the side navigation</li>
  40. <li>Enter 12345 in the current password field and type a new secure password twice, click Update Password</li>
  41. <li>Click Domains in the side navigation &gt; Add Domain</li>
  42. <li>Fill out the fields as shown below:
  43. <p>IMAP Server: imap.i12bretro.local port: 993<br />
  44. SMTP Server: smtp.i12bretro.local port: 465<br />
  45. Secure: SSL/TLS</p>
  46. </li>
  47. <li>Click Test, if the IMAP and SMTP headers both turn green the test was successful</li>
  48. <li>Click Add</li>
  49. <li>In a browser, navigate to https://i12bretro.local/webmail</li>
  50. <li>Enter an email address and password</li>
  51. <li>Click New Message</li>
  52. <li>In the To: field, type your locally hosted e-mail address</li>
  53. <li>Enter a test subject and body and click Send</li>
  54. <li>Enjoy your free browser based e-mail client</li>
  55. </ol>
  56. </div>
  57. </div>
  58. </body>
  59. </html>