12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Run RainLoop for Free Web Based E-mail</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <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">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Run RainLoop for Free Web Based E-mail">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="04/07/2022 08:51:30 PM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Run RainLoop for Free Web Based E-mail</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>What is RainLoop?</h2>
- <blockquote><em>Simple, modern & fast web-based email client -<a href="https://github.com/RainLoop/rainloop-webmail" target="_blank">https://github.com/RainLoop/rainloop-webmail</a></em></blockquote>
- <h2>Prerequisites</h2>
- <ul>
- <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>
- <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>
- </ul>
- <ol>
- <li>Download RainLoop <a href="http://www.rainloop.net/downloads/" target="_blank">Download</a></li>
- <li>Extract the downloaded .zip file</li>
- <li>Copy RainLoop to a folder on a web server</li>
- <li>Open a browser and navigate to the location on the web server<br />
- https://webdev.i12bretro.local/webmail/?admin</li>
- <li>Login as admin/12345</li>
- <li>Click Security in the side navigation</li>
- <li>Enter 12345 in the current password field and type a new secure password twice, click Update Password</li>
- <li>Click Domains in the side navigation > Add Domain</li>
- <li>Fill out the fields as shown below:
- <p>IMAP Server: imap.i12bretro.local port: 993<br />
- SMTP Server: smtp.i12bretro.local port: 465<br />
- Secure: SSL/TLS</p>
- </li>
- <li>Click Test, if the IMAP and SMTP headers both turn green the test was successful</li>
- <li>Click Add</li>
- <li>In a browser, navigate to https://i12bretro.local/webmail</li>
- <li>Enter an email address and password</li>
- <li>Click New Message</li>
- <li>In the To: field, type your locally hosted e-mail address</li>
- <li>Enter a test subject and body and click Send</li>
- <li>Enjoy your free browser based e-mail client</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|