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