I figured it out. I had messed with the wp-config.php file to hide my password from being stored in plain text. When I set this setting to true, SMTP does not authenticate and therefor won’t work. When I set this setting to false all emails function correctly. Any advice on storing my password not in plain text and still have SMTP function correctly?