Skip to content
Snippets Groups Projects
Commit cf40c996 authored by Hidde Leistra's avatar Hidde Leistra
Browse files

Style fix

parent 0757cee0
No related branches found
No related tags found
1 merge request!1Style fix
Pipeline #17058 passed
......@@ -106,7 +106,7 @@ def send(
server_type = smtplib.SMTP_SSL if use_ssl else smtplib.SMTP
with server_type(server, port) as s:
if user and password:
s.login(user, password)
s.login(user, password)
for identifier, message in messages.items():
recipients = [
*message['To'].split(','),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment