106
103
"""If necessary authenticate yourself to the server."""
107
104
auth = config.AuthenticationConfig()
108
105
if self._smtp_username is None:
112
106
self._smtp_username = auth.get_user('smtp', self._smtp_server)
113
107
if self._smtp_username is None: