forked from SRCF/srcf-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebmail.html
33 lines (29 loc) · 1.3 KB
/
webmail.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!--#set var="title" value="SRCF Webmail" -->
<!--#include virtual="inc/header.html" -->
<h2>SRCF Webmail</h2>
<p>Starting in October 2018, the SRCF runs <a href="/faq/email">two email services</a>. Please choose which webmail service you would like.</p>
<div class="row">
<div class="col-md-6">
<div class="card">
<div class="card-body">
<h4 class="card-title">SRCF Hades webmail</h4>
<p>Hades is the standard SRCF email service since October 2018. If you signed up since then, or <a href="https://control.srcf.net/member">migrated your email</a>, this is probably the one you want.</p>
</div>
<div class="card-footer">
<a class="btn btn-outline-primary" href="https://webmail.hades.srcf.net/">webmail.hades.srcf.net</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<div class="card-body">
<h4 class="card-title">pip webmail</h4>
<p>Before October 2018, the only SRCF mail service was hosted on pip (our shell server). For older mailboxes, or if you chose to use pip, use this one.</p>
</div>
<div class="card-footer">
<a class="btn btn-outline-primary" href="https://webmail.pip.srcf.net/">webmail.pip.srcf.net</a>
</div>
</div>
</div>
</div>
<!--#include virtual="inc/footer.html" -->