aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/outgoing_mailer.rb
Commit message (Collapse)AuthorAgeLines
* 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)