From 4364327d94846cab97c70c19e24f310a7b789216 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 8 Aug 2011 21:00:48 -0400 Subject: [PATCH] adding the minimalist version of mailer (using third party smtp-tls lib) --- cookbook/014/05-minimalist.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 cookbook/014/05-minimalist.rb diff --git a/cookbook/014/05-minimalist.rb b/cookbook/014/05-minimalist.rb new file mode 100644 index 0000000..128aecb --- /dev/null +++ b/cookbook/014/05-minimalist.rb @@ -0,0 +1,18 @@ +require 'rubygems' +require 'net/smtp' +require 'smtp-tls' + + +body = <