aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/delivery_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow delivery method options to be set per mail instanceAditya Sanghi2012-09-041-2/+2
* Revert "Merge pull request #7202 from asanghi/perform_deliveries_in_mail"José Valim2012-08-071-2/+2
* allow perform deliveries to be set within mailer actionAditya Sanghi2012-07-301-2/+2
* No need to force conversion to Symbol since case ensures it's alreadyMarcelo Silveira2012-05-031-1/+1
* singularize module and be explicit about what is deliveredMatt Jankowski2011-06-211-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Convert to class_attributeJeremy Kemper2010-02-011-9/+5
* Updating Action Mailer documentationMikel Lindsaar2010-01-311-1/+1
* Deprecate old defaults API.José Valim and Mikel Lindsaar2010-01-261-1/+4
* Got AM working with Mail yield on delivery_handler and updated testsJosé Valim and Mikel Lindsaar2010-01-251-2/+2
* Added delivery_handler method to mail and implemented in ActionMailer to deli...José Valim and Mikel Lindsaar2010-01-251-1/+1
* Move old tests to a specific folder and add some delivery method tests.José Valim and Mikel Lindsaar2010-01-241-2/+14
* Finish cleaning up delivery methods implementation.José Valim and Mikel Lindsaar2010-01-241-42/+54
* Some refactoring.José Valim and Mikel Lindsaar2010-01-241-51/+41
* Get implicit multipart and attachments working together.José Valim and Mikel Lindsaar2010-01-221-0/+2
* Refactor delivery methods.José Valim2010-01-191-0/+71