Hi I am trying to connect to the outlook server to sending the email with smtplib
in python.
Trying this code smtplib.SMTP('smtp-mail.outlook.com')
does not print out anything and also does not return an error.
Can somebody tell me what might be the problem and how to fix it.
Thank you a lots.