aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/application_mailer.rb
Commit message (Collapse)AuthorAgeLines
* Mailers have their own home in Rails 3Henare Degan2013-02-25-153/+0
|
* Temporary hack to disable mailer monkeypatch for overriding multipart mail ↵Matthew Landauer2013-01-04-7/+9
| | | | templates in themes
* REVERT ME: Disabling some things during the upgrade so the test server can bootHenare Degan2012-12-11-4/+5
|
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+1
|
* Merge remote-tracking branch 'openaustralia_github/configuration_refactor' ↵Louise Crow2012-10-01-1/+1
|\ | | | | | | | | | | | | into develop Conflicts: config/general.yml-example
| * Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-1/+1
| |
* | Make template finding for themes work with multipart mails. Fixes #628.Louise Crow2012-09-25-1/+122
|/
* Factor out `contact_from_name_and_email` so it can be used from anywhere in ↵Seb Bacon2012-05-25-6/+1
| | | | the app.
* Remove trailing whitespace (to make a cleaner forthcoming merge with ↵Seb Bacon2012-05-15-1/+1
| | | | wombleton:feature/440_sparkly_admin_css)
* Correct the default values for CONTACT_NAME and CONTACT_EMAILRobin Houston2011-08-25-2/+2
| | | | ...which were incorrectly transposed.
* I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ↵David Cabo2011-08-11-0/+3
| | | | substitution in gettext strings.
* Move various hard-coded strings to config fileSeb Bacon2011-07-07-1/+3
|
* I18n string for modelsFaton Selishta2011-06-30-1/+1
|
* Set a blackhole for envelope from for various messages where we don't carefrancis2009-02-09-1/+5
| | | | about delivery failures (e.g. email alerts)
* Email alerts for tracking a particular request.francis2008-04-03-1/+6
|
* Rename site to WhatDoTheyKnowfrancis2008-02-28-2/+2
|
* Forgotten password stuff.francis2008-02-20-1/+3
|
* Remove GovernmentSpy namefrancis2008-02-19-2/+2
|
* Can't believe ActionMailer defaults to returning errors, rather than throwingfrancis2008-02-13-1/+3
| | | | exceptions. This feels like the early 90s again.
* Commentsfrancis2008-01-14-1/+2
|
* Shared code for all ActionMailersfrancis2008-01-14-0/+16