aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/outgoing_mailer.rb
Commit message (Collapse)AuthorAgeLines
* Move address_from_name_and_email to mail handler.Louise Crow2012-11-15-1/+2
|
* Re-route model code that accesses the mail object from field via wrapper methodsLouise Crow2012-11-15-2/+2
|
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+0
|
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-3/+3
|
* Remove trailing whitespace (to make a cleaner forthcoming merge with ↵Seb Bacon2012-05-15-3/+3
| | | | wombleton:feature/440_sparkly_admin_css)
* Include the id of the OutgoingMessage in the SMTP Message-Id, andRobin Houston2011-07-07-1/+10
| | | | | | record the full Message-Id in the event log. Closes #70.
* Use "Re:" the subject that the authority used for replies.Francis Irving2010-02-18-1/+1
|
* Move the actual messages sent to authorities into a separate mailer model ↵francis2009-10-04-0/+90
class (so can give them different layout, but is nice anyhow)