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:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...