Skip to content

Instantly share code, notes, and snippets.

View amitmawkin's full-sized avatar

Amit Mawkin amitmawkin

View GitHub Profile
@ondrejbartas
ondrejbartas / send_mail_with_inline_image.rb
Created July 18, 2012 15:34
Send mail with inline image html and text optionally wit Amazon SES
# add to Gemfile
# gem "mail"
#
# or do in terminal
# 'gem install mail'
# send_mail_with_inline_image.rb
require 'mail'