aboutsummaryrefslogtreecommitdiffstats
path: root/bin/handlemail
Commit message (Collapse)AuthorAgeLines
* Add new out-of-office string.Matthew Somerville2019-01-29-1/+1
|
* Spot more autoreply headers, and set our own.Matthew Somerville2018-11-30-1/+10
|
* Read in autoresponse template as UTF-8.Matthew Somerville2018-11-27-4/+3
|
* Adds cobrand support for handlemail.Joe Siltberg2018-11-27-5/+16
| | | | Fixes #2331
* Use standard email sending for handlemail.Matthew Somerville2018-11-23-6/+7
| | | | | | The EmailUtil library expects "\n" line endings, otherwise it gets confused. It also doesn't handle a different SMTP port, and so on. We also make sure the return path is chomped.
* Updates to bounce handling strings.Matthew Somerville2018-04-06-1/+1
|
* Forward on all bounces as bounces.Matthew Somerville2017-03-30-5/+4
|
* Use only one templating system for emails.Matthew Somerville2016-05-25-2/+1
| | | | | | | Historically, emails sent offline (alerts, questionnaires, etc) used a different templating system from those sent by the website (e.g. login emails), though the newer system was also being used for the site name and signature of offline emails.
* Refactor email handling to use Email::MIME alone.Matthew Somerville2016-03-30-4/+2
|
* Better handle replies to bounce addresses.Matthew Somerville2016-02-23-34/+159
| | | | | | | | | | Auto unsubscribe alert bounces, forward on report bounces and alert replies to support, and send through to report creator non-bounce replies to their report (for systems that ignore both the From and Reply-To headers). Also forward any totally unparsed bounce to support to possibly then adjust this bounce handling.
* Remove many uses of mySociety::Config.Matthew Somerville2015-12-02-12/+11
|
* Use env in shebang lines, and remove unneeded onesMatthew Somerville2015-01-19-1/+2
|
* Change default email indentation to none.Matthew Somerville2014-03-17-0/+1
| | | | | This is very old, no-one seems to want/need it any more, and more than one reuser does not want it. Fixes #715.
* Move alert emails to new location, delete some unused ones.Matthew Somerville2011-06-03-1/+1
|
* Updating paths to commonlibLouise Crow2010-01-25-1/+1
|
* Don't need Sender.matthew2009-02-11-2/+1
|
* Handlemail support for FixMyStreet.matthew2009-02-11-0/+69