Skip to content

Commit 23485fe

Browse files
committed
add entry on illinois gsuite
1 parent 4035857 commit 23485fe

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

_til/2025/illinois-gsuite.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Using Gmail for your Illinois Email
3+
category: uiuc
4+
---
5+
6+
By default the University provisions everyone an Outlook inbox for university use. However, with some reconfiguration, you can set it up such that you can use Gmail instead of Outlook for accessing your university email. In this tutorial, replace `<NETID>` with your Illinois NetID (the part before `@illinois.edu`).
7+
8+
**Disclaimer: If for some reason this stops working, it is still your responsibility to make sure that you are able to view all emails being sent to your Illinois email account.** That being said, the author has not had an issue with this method for over a year.
9+
10+
To get started, we first need to enable your university Google Apps account. Go to [the Illinois Cloud Dashboard](https://cloud-dashboard.illinois.edu/) and enable the `Google Apps @ Illinois` service.
11+
12+
Once your Google account is provisioned, we first want to redirect all _external_ email to Gmail. Go to the [Tech Service Electronic Directory Editor](https://ede.techservices.illinois.edu/). There, change the `mail` field to `<NETID>@g.illinois.edu` and click "Apply".
13+
14+
Next, we need to redirect _internal_ email to your Gmail inbox. Log into your Illinois Outlook mail, and click on the Settings gear and then "Rules". [This direct link may also work](https://outlook.office.com/mail/options/mail/rules). Create this rule **as the top rule**:
15+
16+
```
17+
Name: Forward email to Illinois Gmail
18+
Add a condition: Apply to all messages
19+
Add an action: Redirect to: <NETID>@g.illinois.edu
20+
Add an exception: To: <NETID>@g.illinois.edu
21+
Checked: Stop processing more rules.
22+
```
23+
24+
![Screenshot of Outlook configuration](/images/gsuite_screenshot.png)
25+
26+
Then, click "Save" and exit. From here on out, your Illinois email should now be fully accessible from your Illinois Gmail inbox! A copy of emails recieved to your Illinois Outlook will be retained in Outlook and then transparently forwarded to your Illinois Gmail account.

images/gsuite_screenshot.png

157 KB
Loading

0 commit comments

Comments
 (0)