diff options
Diffstat (limited to 'blog/md/set-up-your-email-application.md')
| -rw-r--r-- | blog/md/set-up-your-email-application.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/blog/md/set-up-your-email-application.md b/blog/md/set-up-your-email-application.md new file mode 100644 index 0000000..6aa9afb --- /dev/null +++ b/blog/md/set-up-your-email-application.md @@ -0,0 +1,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. |
