-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathemail.html
74 lines (69 loc) · 4.62 KB
/
email.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>EmpowerHack | Email Instructions</title>
<meta name="description" content="Volunteer tech collective for refugee women and girls">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Product+Sans' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Cardo" rel="stylesheet">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header id="nav">
<a href="index.html" data-menuanchor="home" class="logo">Empower<span>Hack</span></a>
<ul>
<li><a href="index.html#about" data-menuanchor="about">about</a></li>
<li><a href="index.html#hababy" data-menuanchor="hababy">hababy</a></li>
<li><a href="index.html#soulmedicine" data-menuanchor="soulmedicine">soul medicine</a></li>
<li><a href="index.html#drawmylife" data-menuanchor="drawmylife">draw my life</a></li>
<li><a href="index.html#vocapp" data-menuanchor="vocapp">vocapp</a></li>
<li><a href="index.html#rdc" data-menuanchor="rdc">rdc</a></li>
<li><a href="index.html#signup" data-menuanchor="signup">get involved</a></li>
<li><a href="press.html">press</a></li>
</ul>
</header>
<div class="content-full">
<div class="ctr">
<h1>Email Instructions</h1>
Follow the steps below to set up your EmpowerHack email.<br />If you have any issues, please <a href="mailto:[email protected]?subject=Email%20Help%20Request">contact us</a>.
<div style="margin-top: 20px">
Other links:
<a href="https://mediatemple.net/community/products/dv/204405084/how-do-i-configure-email-on-my-mac-using-apple-mail">Apple Mail Instructions</a>
<a href="https://mediatemple.net/help/mail/mailconfig/">Configuration Tool</a>
</div>
</div>
<ol class="numbered-list">
<li>Log in to Gmail</li>
<li>Click on the gear icon in the upper right corner.<br /><img src="img/s1.png"></li>
<li>Click on Settings.<br /><img src="img/s2.png"></li>
<li>Under Accounts and Import tab, find <b>Check mail from other accounts</b> and click Add a POP3 mail account you own.<br /><img src="img/s3.png"></li>
<li>Enter your full EmpowerHack email address and click Next step<br /><img src="img/s4.png"></li>
<li>Fill in the details to match this screenshot. Pay particular attention to the port number.<br /><img src="img/s5.png"></li>
<li>Optionally, click Next step so you can send from the account.<br /><img src="img/s6.png"></li>
<li>Add the name you'd like to use when sending email<br /><img src="img/s7.png"></li>
<li>Fill in the details according to the screenshot.<br /><img src="img/s8.png"></li>
<li>All done! If forwarding is set up already, check your inbox for the verification code. If you can't find one, first check Spam and then <a href="mailto:[email protected]?subject=Email%20Help%20Request">contact us</a>.<br /><img src="img/s9.png"></li>
</ol>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="js/main.js"></script>
<script src="js/vendor/scrolloverflow.min.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-85709959-1','auto');ga('send','pageview');
</script>
</body>
</html>