I'm trying to send an email using Python and Google's smtp. After calling it I get an error:
msg = MIMEMultipart('alternative') TypeError: 'LazyImporter' object is not callable Did anyone had the same problem ? What's the solution for that ?
My code: