aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation coverage and markupXavier Noria2008-05-021-6/+6
* * Remove default_url_options from mailer generatorCody Fauser2008-04-211-12/+27
* Avoid modifying the sendmail_settings hash when using the return path. Closes...Michael Koziarski2008-04-051-2/+3
* Ruby 1.9 compat: use Array() instead of #to_a.Jeremy Kemper2008-03-311-1/+1
* Fixed that a return-path header would be ignored (closes #7572) [joost]David Heinemeier Hansson2008-03-271-2/+8
* Less verbose mail logging: just recipients for :info log level; the whole ema...Jeremy Kemper2008-02-021-1/+4
* Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...Michael Koziarski2008-01-211-0/+5
* Update ActionMailer so it treats ActionView the same way that ActionControlle...Rick Olson2007-11-261-6/+29
* Allow ActionMailer subclasses to individually set their delivery method (so t...David Heinemeier Hansson2007-11-071-2/+2
* Deprecation: removed Reloadable.Jeremy Kemper2007-09-141-4/+0
* Register alternative template engines using ActionMailer::Base.register_templ...Jeremy Kemper2007-06-071-2/+16
* Only load ActionController::UrlWriter if ActionController is present [Rick Ol...Rick Olson2007-04-081-1/+1
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-211-10/+10
* Fix missed smtp_session changes to base.rb. Michael Koziarski2007-01-311-2/+2
* Rename server_settings to smtp_settings, add sendmail_settings to allow you ...Michael Koziarski2007-01-311-5/+13
* Allow mailer actions named send by using __send__ internally. Closes #6467.Jeremy Kemper2006-11-131-2/+2
* Make mime version default to 1.0. closes #2323Jamis Buck2006-09-091-4/+3
* Updated docs and otherwiseDavid Heinemeier Hansson2006-09-021-5/+39
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-1/+1
* Automatically included ActionController::UrlWriter, such that URL generation ...David Heinemeier Hansson2006-08-251-0/+1
* New dependencies implementationNicholas Seckar2006-08-081-1/+1
* fix regexp typoJeremy Kemper2006-06-301-1/+1
* Mailer template root applies to a class and its subclasses rather than acting...Jeremy Kemper2006-06-301-1/+1
* r4730@asus: jeremy | 2006-06-29 13:13:38 -0700Jeremy Kemper2006-06-291-3/+3
* Resolve conflict among mailer actions with the same name. Closes #5520.Jeremy Kemper2006-06-291-3/+3
* ActionMailer::Base documentation rewrite. Closes #4991 [Kevin Clark, Marcel M...Marcel Molina2006-05-101-36/+100
* Correct spurious documentation example code which results in a SyntaxError.Marcel Molina2006-04-131-1/+1
* Fixed docsDavid Heinemeier Hansson2006-03-281-1/+1
* Nil charset caused subject line to be improperly quoted in implicitly multipa...Jamis Buck2006-03-191-2/+4
* Parse content-type apart before using it so that sub-parts of the header can ...Jamis Buck2006-03-181-3/+5
* Use the full template file name for implicitly selected templates, instead of...Jamis Buck2006-03-181-2/+3
* Just go with Subclasses instead of OnlySubclassesDavid Heinemeier Hansson2006-02-041-1/+1
* Add Reloadable::OnlySubclasses which handles the common case where a base cla...Nicholas Seckar2006-02-021-5/+2
* Template paths with dot chars in them no longer mess up implicit template sel...Jamis Buck2006-01-291-1/+1
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+7
* Stricter matching for implicitly multipart filenames excludes files ending in...Jeremy Kemper2005-11-151-4/+6
* Fix docs (closes #2598)David Heinemeier Hansson2005-10-261-9/+9
* Allow Mailers to have custom initialize methods that set default instance var...David Heinemeier Hansson2005-10-261-9/+8
* Update/extend ActionMailer documentation (rdoc)Jamis Buck2005-10-161-7/+68
* * Don't add charset to content-type header for a part that contains subparts ...Jamis Buck2005-09-011-0/+1
* Multipart messages specify a MIME-Version header automatically #2003 [John Long]Jamis Buck2005-08-221-2/+15
* Add a unified render method to ActionMailer (delegates to ActionView::Base#re...Jamis Buck2005-08-221-4/+10
* Move mailer initialization to a separate (overridable) method, so that subcla...Jamis Buck2005-08-221-9/+15
* ActionMailer::Base.deliver(email) had been accidentally removed, but was docu...Jamis Buck2005-07-311-25/+35
* Fix problem with sendmail delivery where headers should be delimited by \n ch...David Heinemeier Hansson2005-07-171-1/+1
* Added a config example in README #1626 [courtenay]David Heinemeier Hansson2005-07-091-2/+1
* Correctly normalize newlines in outgoing emails before encoding the body [Joh...Jamis Buck2005-07-061-2/+3
* Tuned documentation for release (AM)David Heinemeier Hansson2005-07-061-4/+4
* Better multipart support with implicit multipart/alternative and sorting of s...Jamis Buck2005-07-011-2/+47
* Allow for nested parts in multipart mails #1570 [Flurin Egger]Jamis Buck2005-07-011-19/+2