Skip to content

Instantly share code, notes, and snippets.

View chiva's full-sized avatar

Santiago Reig chiva

View GitHub Profile
@turicas
turicas / email_utils.py
Last active April 9, 2024 19:56
Send emails easily in Python (with attachments and multipart)
#!/usr/bin/env python
# coding: utf-8
# This little project is hosted at: <https://gist.github.com/1455741>
# Copyright 2011-2020 Álvaro Justen [alvarojusten at gmail dot com]
# License: GPL <http://www.gnu.org/copyleft/gpl.html>
import os
from email.mime.multipart import MIMEMultipart
from email.mime.text import MIMEText
@chiva
chiva / build-linux.sh
Created December 3, 2011 16:19
Platex build scripts
#!/bin/bash
asterisks ()
{
echo "*********************************************"
}
header ()
{
echo