diff --git a/openlp/core/ui/exceptionform.py b/openlp/core/ui/exceptionform.py index 4452aa9a3..deb7e99c8 100644 --- a/openlp/core/ui/exceptionform.py +++ b/openlp/core/ui/exceptionform.py @@ -138,7 +138,7 @@ class ExceptionForm(QtWidgets.QDialog, Ui_ExceptionDialog, RegistryProperties): libs=content['libs'])) if self.file_attachment: mail_urlquery.addQueryItem('attach', self.file_attachment) - mail_to_url = QtCore.QUrl('mailto:bugs3@openlp.org') + mail_to_url = QtCore.QUrl('mailto:bugs31@openlp.org') mail_to_url.setQuery(mail_urlquery) QtGui.QDesktopServices.openUrl(mail_to_url)