aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/user_mailer.rb
Commit message (Collapse)AuthorAgeLines
* Mailers have their own home in Rails 3Henare Degan2013-02-25-48/+0
|
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+0
|
* Store user's locale against profile, so we can send them localised track ↵Seb Bacon2011-09-03-2/+0
| | | | emails. Also internationalize more strings at the same time. Fixes #163.
* I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ↵David Cabo2011-08-11-2/+2
| | | | substitution in gettext strings.
* I18n string for modelsFaton Selishta2011-06-30-2/+2
|
* Better subject?Francis Irving2010-03-10-1/+1
|
* Only change email address when they confirm the email, so there is noFrancis Irving2010-03-10-0/+21
| | | | security leak that someone is registered with an email
* Set a blackhole for envelope from for various messages where we don't carefrancis2009-02-09-1/+3
| | | | about delivery failures (e.g. email alerts)
* Prevent leaking of information as to whether user account exists or not.francis2008-02-28-1/+10
|
* Contact form.francis2008-02-19-6/+1
|
* Put name (as well as email) in all addresses when sending emails.francis2008-01-14-5/+3
|
* Set name in from/to address for user account confirmationfrancis2008-01-14-3/+3
|
* Show URL of request in disclaimer of follow up message, may as well.francis2008-01-11-1/+2
|
* If there is no FOI request for incoming email to go to, then (for now) insteadfrancis2007-11-13-2/+2
| | | | forward a copy to the administrators.
* Confirmation email for login.francis2007-11-05-0/+26