Skip to content

Instantly share code, notes, and snippets.

View thomasfw's full-sized avatar
🌴
Working Remotely

Tom thomasfw

🌴
Working Remotely
  • Fresh Systems Ltd.
  • United Kingdom
View GitHub Profile
@oodavid
oodavid / README.md
Created March 26, 2012 17:05
Backup MySQL to Amazon S3

Backup MySQL to Amazon S3

This is a simple way to backup your MySQL tables to Amazon S3 for a nightly backup - this is all to be done on your server :-)

Sister Document - Restore MySQL from Amazon S3 - read that next

1 - Install s3cmd

this is for Centos 5.6, see http://s3tools.org/repositories for other systems like ubuntu etc

@thomasfw
thomasfw / wpmail-enhanced-attachments.php
Last active January 18, 2025 21:11
Enable non-filesystem attachments with wp_mail()
<?php
/**
* Plugin Name: Enhanced WP Mail Attachments
* Plugin URI: https://gist.github.com/thomasfw/5df1a041fd8f9c939ef9d88d887ce023/
* Version: 0.1
*/
/**
* Adds support for defining attachments as data arrays in wp_mail().