richmeyers/pony forked from benprew/pony
-
benprew committed
Jun 23, 2011 -
benprew committed
Jun 23, 2011 -
Merge pull request #3 from yoshuki/master
benprew committedJun 23, 2011 Added ":text_part_charset" option for multi part mail.
-
Added ":text_part_charset" option for multi part mail.
yoshuki committedJun 2, 2011
-
1.2 release, remove restriction on via options and publish reply-to c…
benprew committedApr 20, 2011 …hanges
-
update for rspec 2.0 and bump gem version to 1.1
benprew committedNov 3, 2010
-
Added a chapter on default options to the Readme
carlhoerberg committedOct 30, 2010
-
The spec for defult options didn't really test anything, but now it does
carlhoerberg committedOct 29, 2010 -
The user can now retrive the options using Pony.options(), spec included
carlhoerberg committedOct 29, 2010
-
Added the possibility to set default options
carlhoerberg committedOct 24, 2010
-
-
This is primarily useful for setting the Envelope FROM address in a sane manner.
-
benprew committed
May 5, 2010
-
when using html_body, set the content-type to text/html instead of th…
benprew committedApr 25, 2010 …e default text/plain
-
base64 encode xlsx files, since mime-types doesn't want to
benprew committedApr 25, 2010
-
Convert to using Mail as the mail-generation backend, instead of TMail
benprew committedApr 22, 2010
-
benprew committed
Apr 15, 2010
-
provides the ability to set custom mail headers with something like:
technoweenie committedApr 13, 2010 Pony.mail(:headers => {"List-ID" => "..."})
-
supports the ability to set the Message-Id from Pony.mail
technoweenie committedApr 13, 2010
-
benprew committed
Mar 13, 2010 -
merge in kalins fixes to use tmail.destinations instead of trying to …
benprew committedMar 13, 2010 …parse tmail.to, tmail.cc and tmail.bcc. New specs to test functionality
-
Fix bug that was allowing nil :bcc and :cc options to be passed to smtp
benprew committedMar 12, 2010 -
added some specs to ensure that mulitple email addresses are handled …
Kalin Harvey committedMar 12, 2010 …correctly by tmail
-
taking advantage of tmails destinations method to produce clean array…
Kalin Harvey committedMar 12, 2010 … of recipients
-
specs not expecting what tmail was actually returning on tmail.from, …
Kalin Harvey committedMar 12, 2010 …tmail.to, tmail.cc... (arrays)
-
Pass :cc and :bcc options to sendmail appropriately
benprew committedMar 9, 2010
-
add bcc and charset support. Update README with complete list of options
benprew committedNov 26, 2009 -
benprew committed
Nov 26, 2009 -
fix readme to say password, which is correct, instead of pass, which …
benprew committedNov 26, 2009 …is wrong.