blob: 6aa9afbd24f4986111ef422e1af8843a4bf606ee (
plain)
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
|
# Set up your own email applications on laptop or mobile with your work email address
For Apple users (Macbook, iPhone, iPad), to set up the Mail application:
- open Safari
- copy/paste this URL: <code>https://mail.galae.net/index.php?mobileconfig</code> in the navigation bar
- follow the instructions.
For other applications, follow the instructions as per the interface of the application you'd like to use.
Once you've found where to add a new email account, you should find the fields where you can type the following information:
## OUTGOING SERVER
- protocol: IMAP
- host: <code>mail.galae.net</code>
- port: 993
- connexion/security: SSL/TLS
- authentification: normal
- username: type your email address
## INCOMING SERVER
- host: <code>mail.galae.net</code>
- port: 465
- connexion/security: SSL/TLS
- authentification: normal
- username: type your email address
Once you have set up the above you should be able to synchronise your mailbox with your preferred email application on desktop or mobile.
|