Overview
The objective of this article is to describe how to set up SMTP in most applications. Each application is different. Contact the tsc@ucmo.edu with questions.
Requirements
- Email address with 2 Factor Authentication (2FA) Enabled
- This is the address you want to use for the application
- If you are not sure the address has 2FA turned on, please contact the tsc@ucmo.edu
- Host name: smtp.gmail.com
- Port: 587
- Security Protocol: TLS
- Username: This is the email address.
- Password: The password will be generated during the instructions.
Depending on the application, you might need less or more information. The items listed above are common across most SMTP setups.
If you do not know how to obtain additional information, email tsc@ucmo.edu.
Procedure
Make sure you are using either an incognito/private window or a completely different browser from your usual one to avoid issues of cookies impeding the process.
Set up 2FA
These instructions assume you have a 2FA-enabled account ready to use.
- Open the account by going to accounts.google.com and sign in
- Navigate to the "Security" section of the settings
- As of writing, this is a tab at the top of the screen
- Find the section labeled "Signing in to Google"
- Select "2-Step Verification" (this is the same as 2FA, just different wording)
- Click "Get Started" and follow the guided instructions.
- Once you have 2FA / 2SV set up, move on to setting up an App Password.
Create an App Password
In the same security section you were in for the 2FA (Signing in to Google), find "App Password".
- You will be prompted to "Select App" and "Select device."
- Select "Other (Custom name)" for both
- "Select App" and type the name of the application for which you are making this password.
- "Select device" simply type "desktop." These are purely for organizational purposes in the event you have multiple app passwords
- Once both are filled, hit "Generate"
- You will see a pop-up showing you a password. WRITE THIS DOWN! You will only ever see this once; after that, if you forget, you must generate a new one.
Setting up the SMTP in the Application
-
Navigate to the settings section of the application, where the configuration for the SMTP is
- Fill in all the information:
The "Host Name" is: smtp.gmail.com
When it asks for a "Username" & "Password" use:
- Username: email address you make the app password with
- Password: the app password you generated earlier
- Perform a test to ensure everything is operational. Once all the information is entered.
Contact the tsc@ucmo.edu with any questions.