This is a note from learning Python’s email and smtplib modules. Most of emails nowadays consists of 3 parts: plain text content, HTML content and attachments. Python’s smtplib library indeed saved us a lot of work.
Tag archives: python
Merging Chef JSONs into 1 template
Recently I am playing with Chef and I am having fun on some software with a little difference across different VMs. For example, on VM1: at log.xml: … verbosity=INFO … On VM2 it is set to ERROR, VM3 is set to DEBUG, etc.