From 5a7a33cc14c8207a4f4908d0fed80949f520001d Mon Sep 17 00:00:00 2001 From: Justin Weiss Date: Sun, 29 Nov 2009 19:36:38 -0800 Subject: msmtp formula. An SMTP client with a sendmail compatible interface. --- Library/Formula/msmtp.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/msmtp.rb (limited to 'Library/Formula') diff --git a/Library/Formula/msmtp.rb b/Library/Formula/msmtp.rb new file mode 100644 index 000000000..40c4fb61d --- /dev/null +++ b/Library/Formula/msmtp.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Msmtp