--- a/UI/UserInterface.py Sat Mar 02 18:10:57 2019 +0100 +++ b/UI/UserInterface.py Sat Mar 02 19:04:09 2019 +0100 @@ -3428,8 +3428,9 @@ if Preferences.getUser("UseSystemEmailClient"): self.__showSystemEmailClient(mode, attachFile, deleteAttachFile) else: - if Preferences.getUser("Email") == "" or \ - Preferences.getUser("MailServer") == "": + if not Preferences.getUser("UseGoogleMailOAuth2") and ( + Preferences.getUser("Email") == "" or \ + Preferences.getUser("MailServer") == ""): E5MessageBox.critical( self, self.tr("Report Bug"),