We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Event Export tries to access SMTP Configs
To Reproduce
Steps to reproduce the behavior:
Expected behaviour
It should not access SMTP
Stacktrace
File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/smtplib.py", line 336, in connect self.sock = self._get_socket(host, port, self.timeout) File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/smtplib.py", line 1039, in _get_socket server_hostname=self._host) File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 412, in wrap_socket session=session File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 846, in _create owner=self, session=self._session, ValueError: server_hostname cannot be an empty string or start with a leading dot.
Additional details (please complete the following information):
The text was updated successfully, but these errors were encountered:
Will work on this.
Sorry, something went wrong.
@kushthedude I've taken a look at this and found out that the issue is corresponding to the export mail which is being sent out.
mrsaicharan1
Successfully merging a pull request may close this issue.
Describe the bug
Event Export tries to access SMTP Configs
To Reproduce
Steps to reproduce the behavior:
Expected behaviour
It should not access SMTP
Stacktrace
Additional details (please complete the following information):
The text was updated successfully, but these errors were encountered: