Sunday, November 02, 2014

Send email in Python using an smtp server with MIMEText

This is similar to this post but using MIMEText to make it a little readable.

No comments:

Test Code

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 135 ...