eel cozy about changing a standard library as the
changes will be overwritten by python upgrades.
Did someone else from the list hit a similar problem and maybe has a
better solution?
Thanks for your hints.
Best regards,
Oli Schacher
--
http://mail.python.org/mailman/listinfo/python-list
Sarmad George schrieb:
> msg = "Hello World"
Your sending your message without any headers (no subject etc). So
probably your message lands in the recipients spam folder.
Try:
msg = """To: recipi...@example.com
Subject: hello world
Hello there"""
The blank line between the headers and the bod