Configuring Email Clients — UK Computer Science Department Help Guide 0.5 documentation (2024)

  • Docs »
  • Configuring Email Clients
  • View page source

All users with CS computer accounts can use this guide to configure their emailon phones, computers, and tablets. It contains information on configuringvarious email clients for Linux, Windows and Mac. Your default email address isusername@cs.uky.edu. If you need a different address, please send a request tohelp@cs.uky.edu.

Android

  1. Step 1

    • Navigate to the “Email” application, or select ‘Add account’ in the

      Settings Application. You then get the screen shown below.

    • In the first field, enter your email address, which is

      username@cs.uky.edu.

    • Enter your CS account password. Note: This password need not be your

      LinkBlue password.

    • Tap Next

  2. Step 2

    • Select IMAP

  3. Step 3

    • The username field shows your full email address. Delete the

      @cs.uky.edu part so it is just your username. Fill in the other fieldslike this:

      Mail Server: mail.cs.uky.eduPort: 993Security type: SSL/TLS (Accept all certificates)Leave the IMAP path prefix field blank
    • Tap Next

  4. Step 4

    • Use the following settings for SMTP:

      SMTP server: mail.cs.uky.eduPort: 587Security type: STARTTLS (Accept all certificates)
    • Check Require signin and enter your username (without @cs.uky.edu) and password.

  5. Step 5

    • These settings are your personal preference, however, note that a slower check frequency will use less battery.

    • Tap Next

  6. Step 6

    • Give the account a name, e.g. ‘CS Mail’

    • Your name will probably already be filled in.

    • Tap Next, and you’re done!

iOS

  1. Step 1

    • Select Mail, Contacts, Calendars from the Settings app.

  2. Step 2

    • Select Add Account.

  3. Step 3

    • Choose Other at the bottom of the list.

  4. Step 4

    • Select Add Mail Account.

  5. Step 5

    • Enter your name as you want others to see it.

    • Enter your email address, which is your CS account username @cs.uky.edu.

    • Enter your CS account password, note this is not your LinkBlue password.

    • Enter a description for the account, e.g. CS Email.

    • Tap Next.

  6. Step 6

    • Make sure IMAP is highlighted at the top of the screen.

    • Name, Email and Description should already be filled in with the information from the previous page.

    • Scroll down to Incoming Mail settings.

  7. Step 7

    • Host Name: mail.cs.uky.edu.

    • User Name: your CS account username.

    • Password should already be filled in.

    • Scroll down to Outgoing Mail settings.

  8. Step 8

    • Hostname: mail.cs.uky.edu.

    • Username: your CS account username.

    • Password: the same password you entered before, your CS account password.

  9. Step 9

    • All that matters here is that you leave Mail turned on, otherwise you won’t receive email.

    • Synchronizing Notes is optional.

    • Tap Save and you’re done!.

Mozilla Thunderbird

  1. Step 1

    • Open the Thunderbird Mail application, which will bring you to the first pop-up screen.

    • Click “Skip this and use my existing email” to proceed.

  2. Step 2

    • After completing step 1, you will be presented with the screen on the right.

    • In the first field, enter your first and last name.

    • In the second field, enter your email address, which is your cs account username, followed by @cs.uky.edu (i.e myusername@cs.uky.edu).

    • In the third field, Enter the password associated with your CS account.

    • Tap continue.

  3. Step 3

    • Click Manual config in the bottom left hand corner of the window. Note that you do not need to wait for thunderbirds search process to finish, as thunderbird cannot proceed until we enter the required information in manual config. Clicking manual config, presents you with the following screen.

    • First, enter the appropriate information for the Incoming: line. Also make sure that IMAP is selected in the first box on this line.:

      Server hostname: mail.cs.uky.eduPort: 993SSL: SSL/TLSAuthentication: Autodetect
    • Next, enter the appropriate information for the Outgoing: line.:

      Server hostname: mail.cs.uky.eduPort: 587SSL: STARTTLSAuthentication: Autodetect
    • Lastly, make sure your username is in both boxes on the third line labeled “Username:” and then tap “re-test”.

  4. Step 4

    • If the test completes successfully, then go ahead and tap Done.

    • Finally, when prompted with the screen on the right, go ahead and click Confirm Security Exception to finalize your setup, and your done!

    • Please Note that the first time you send a message with your account, a similar security prompt will pop up in the background. Just click Confirm Security Exception a second time, to be able to send mail.

Outlook

  1. Step 1

    • After opening the outlook application, enter your cs username without @cs.uky.edu, (i.e myusername where your email address is myusername@cs.uky.edu) and underneath the advanced options bar, select “Let me set up my account manually”.

  2. Step 2

    • On the next menu be sure to select IMAP.

  3. Step 3

    • Now fill in all the required information into their respective boxes.

      Incoming mail:

      Server: mail.cs.uky.eduPort: 993Encryption Method: SSL/TLS

      Outgoing mail:

      Server: mail.cs.uky.eduPort: 587Encryption Method: STARTTLS
    • Make sure to check “Require logon using Secure Password Authentication” for outgoing mail only.

  4. Step 4

    • Outlook will now attempt to connect to the server and test, if it is successful it will automatically proceed to the next screen.

    • On the final screen, uncheck the box that asks you to set up outlook on your mobile phone, and click OK to proceed, and your done!

Apple Mail

  1. Step 1

    • Open the Mail application, select Mail->Accounts and select the bottom one “Add Other Account”.

    • Select “Add a Mail Account” and click Create.

    • In the fields, enter your name, email address, which is your CS account username @cs.uky.edu

    • Enter your CS account password, note this is not your LinkBlue password.

    • Click Create

    • Upon Discovering settings hit Next when it enables

  2. Step 2

    • Select IMAP
    • Mail server: mail.cs.uky.edu
    • User name: your_username
    • Password: your_password

    • Click Next

    • It will state “Signing in….”

  3. Step 3

    • If that fails, you may have to give more info:

    • Leave the IMAP path prefix field blank

    • Port: 993

    • Check Use SSL

    • Authentication: Password

  4. Step 4

    • SMTP server: mail.cs.uky.edu
    • User name: your_username
    • Password: your_password

    • Click Create

    • Port: 587

    • Security type: STARTTLS (Accept all certificates)

    • If Require signin is not checked, check it and enter your username and password

  5. Step 5

    • If that fails, you may have to give more info:

    • Port: 587

    • Authentication: Password

Mutt

Per the Mutt web site -

Mutt is a small but very powerful text-based mail client for Unix and Unix like operating systems.

Note

This document uses the standard conventions for running commands. A command that begins with # is to be run as the superuser and commands that are to be run as a standard user account begin with $.

Mutt can be installed on Ubuntu via # apt-get install mutt and on MacOS with homebrew by running $ brew install mutt.

You will use GPG encryption to store your password. You will need to installthat as well. On Ubuntu, run # apt-get install gnupg2; on MacOS run $ brew install gpg.

Generate a GPG key by running $ gpg --full-gen-key.

Note

Some versions of GPG use the command gpg2 in place of gpg. Thecommands are the same otherwise. If your system uses gpg2 be sure tomodify the command used to decrypt the password in the below configuration(or create an alias).

Use the defaults for the kind of key and keysize and set the key to never expire then enter in your personal information when setting up the user ID. The Real Name should be both first and last name and the comment section can be anything you like, i.e. mail password key. If everything looks correct type “O” for okay.

To encrypt the password run the following command:

$ echo "password" | gpg --encrypt --recipient "Real Name" -o ~/.mutt/accounts/mail-passwd.gpg

Where password is your cs account password and Real Name is your Real Name used when you generated your key in the step above.

Once the above task are complete, create .muttrc in your favorite text editor, e.g. $ vi ~/.muttrc, and add the following:

# Personal Informationset from = "username@cs.uky.edu"set realname = "Firstname Lastname"# Credentials **Remember to change gpg to gpg2 if your system uses that command**set my_encrypted_pass = "`gpg --quiet --for-your-eyes-only -d ~/.mutt/accounts/mail-passwd.gpg`"set imap_user = "username"set imap_pass = $my_encrypted_passset smtp_url = "smtp://username@mail.cs.uky.edu:587/"set smtp_pass = $my_encrypted_pass# Mailboxesset folder = "imaps://mail.cs.uky.edu:993"set spoolfile = "+INBOX"# Storage Locationset postponed = +[mail]/Draftsset header_cache = ~/.mutt/cache/headersset message_cachedir = ~/.mutt/cache/bodiesset certificate_file = ~/.mutt/certificates# Etcset move = noset mail_check = 30set sort = threadsset editor = "vim"set smtp_authenticators = 'gssapi:login'# To add a signature to your emails, create it in ~/.signature and uncomment the following#set signature="~/.signature"# GnuPG bootstrap - you will know if you need to use this#source ~/.mutt/gpg.rc

Attention

You will be prompted to enter the decryption password upon startup of mutt.

A very handy cheat sheet for using mutt can be found hereFor more information on using mutt please see the official mutt website - http://www.mutt.org.

Configuring Email Clients — UK Computer Science Department Help Guide 0.5 documentation (2024)

FAQs

How to configure an email client? ›

How to configure my email client?
  1. Username: enter your full email address as a username, i.e. username@yourdomain.com. ...
  2. Password: Use the email account's password.
  3. Incoming Server: check the exact server name to use with each of your mail accounts with your mail client in the Manual Settings tab.
  4. IMAP Port: 993.

How to set up UKY email on iPhone? ›

Apple Mail
  1. Open the Mail application, select Mail->Accounts and select the bottom one “Add Other Account”. Select “Add a Mail Account” and click Create. ...
  2. Select IMAP. Mail server: mail.cs.uky.edu. ...
  3. If that fails, you may have to give more info: ...
  4. SMTP server: mail.cs.uky.edu. ...
  5. If that fails, you may have to give more info:

How to configure mail client in GMail? ›

GMail
  1. Login to your GMail account & select the gear (cogwheel) beneath your profile name in the upper right.
  2. Select Settings.
  3. Select Accounts and Import.
  4. Next to Check mail from other accounts: , select Add a mail account .
  5. Enter your email address in the following window & hit Next.

Which type of email client is GMail? ›

Gmail: This is a web-based email client that is provided by Google.

What is email configuration? ›

Email settings allows you to change the configuration of SMTP and configure email for notifications, such as password reset requests from users. This area is only available if you are an administrator.

How to configure an email client in different devices? ›

Setting up your email on a new Android device
  1. Open the Mail app on your phone.
  2. Tap the 'Other' option.
  3. Enter the email address you wish to configure. ...
  4. Tap on the Manual Setup button.
  5. Choose POP or IMAP. ...
  6. Type in your email password.
  7. Enter the following 'Incoming' server settings: ...
  8. Click the NEXT button.

How do I set up my UK email? ›

Step 1: In order to set up your UK Exchange email account, you will first need to go to the UK Account Manager at https://ukam.uky.edu/. You will be prompted to login with a link blue User ID and password. This information can be found in the email you should have received from the registrar.

How do I set up co UK email on my iPhone? ›

Set up automatically if you use a common email provider
  1. Go to Settings > Mail, then tap Accounts.
  2. Tap Add Account, then select your email provider.
  3. Enter your email address and password.
  4. If you see Next, tap it and wait for Mail to verify your account.
  5. If you see Save, tap it.

How do I set up university email on Apple Mail? ›

Connect to student email using Apple mail app
  1. On your home screen, tap Settings.
  2. Click Mail.
  3. Click Accounts.
  4. Click Add Account.
  5. Click on Microsoft Exchange.
  6. Type in your student email and then click Next.
  7. Click Sign In.
  8. Your student email will auto-populate. Enter your password and then tap Sign in.

Is Gmail a POP or IMAP? ›

Gmail, Google's internet-based email service, runs on the Internet Message Access Protocol (IMAP) system. It also offers Post Office Protocol (POP) mail server access. Both IMAP and POP mail servers both handle email messages, but in slightly different ways.

How do I configure SMTP for Gmail? ›

Gmail SMTP Settings
  1. Server Address: smtp.gmail.com.
  2. Username: Your Gmail Address (e.g. example@gmail.com)
  3. Password: Your Gmail Password.
  4. Port Number: 587 (With TLS)
  5. Alternative Port Number: 465 (With SSL)
  6. Internet Protocol: Dynamic IPs Allowed.

Can you use Gmail as an email client? ›

By setting up your domain's email address as a POP3 and SMTP account in your Gmail account, you can use Gmail as an email client (much like you would use Outlook, Mac Mail, or Thunderbird). This article explains how.

What is the difference between email client and email server? ›

A mail client is an application that allows users to retrieve, store, and format emails to be sent. Mail servers, meanwhile, are software programs that use email protocols to move email messages between mail clients.

Is there a better email client than Gmail? ›

1. Spike. Having a better experience with your email might involve getting a new email service, but you should start by upgrading your email client with Spike. If you don't like the Gmail interface and are looking for a Gmail alternative – consider Spike as your new Gmail alternative.

Is there a better alternative to Outlook? ›

Proton Mail is a top Outlook alternative for businesses who value security and privacy in email communications. It's a highly secure, Swiss-based email service with end-to-end encryption and open-source technology, granting you more control over your data.

How do I setup an Outlook email client? ›

After installing your Microsoft 365 apps, you'll next be able to configure Outlook to start using email, calendar, and contacts.
  1. Open Outlook.
  2. Enter your Microsoft 365 email address, and then select Connect.
  3. Enter any additional email addresses that you want to use and then select Next.

How do you format an email to a client? ›

How to write an email to a potential client
  1. Write a subject line. ...
  2. Include a salutation. ...
  3. Write an introduction. ...
  4. Evaluate the prospect's position in the buyer's journey. ...
  5. Ensure the email includes your value proposition. ...
  6. Close the email with a salutation. ...
  7. Sign your name in the email and include contact information.
Apr 8, 2024

How do I set up email configuration in Outlook? ›

Open Outlook and select File > Add Account. On the next screen, enter your email address, select Advanced options, then check the box for Let me set up my account manually and select Connect. Select your account type.

How to configure IMAP and SMTP? ›

In Outlook, click File. Then navigate to Account Settings > Account Settings. On the Email tab, double-click on the account you want to connect to HubSpot. Below Server Information, you can find your incoming mail server (IMAP) and outgoing mail server (SMTP) names.

References

Top Articles
Latest Posts
Article information

Author: Fr. Dewey Fisher

Last Updated:

Views: 6017

Rating: 4.1 / 5 (42 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Fr. Dewey Fisher

Birthday: 1993-03-26

Address: 917 Hyun Views, Rogahnmouth, KY 91013-8827

Phone: +5938540192553

Job: Administration Developer

Hobby: Embroidery, Horseback riding, Juggling, Urban exploration, Skiing, Cycling, Handball

Introduction: My name is Fr. Dewey Fisher, I am a powerful, open, faithful, combative, spotless, faithful, fair person who loves writing and wants to share my knowledge and understanding with you.