aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/helpers/send_email.t
Commit message (Expand)AuthorAgeLines
* Upgrade to using Email::Sender.Matthew Somerville2017-03-28-3/+2
* Add HTML email templates.Matthew Somerville2016-08-01-5/+27
* Refactor email handling to use Email::MIME alone.Matthew Somerville2016-03-30-2/+1
* Updates to cpanfile and code for perl 5.20/5.22.Matthew Somerville2016-03-23-6/+20
* Remove unnecessary shebang lines.Matthew Somerville2016-01-22-2/+0
* Allow attachment of emails in email_sendHakim Cassimally2015-10-06-9/+63
* Update some tests to work around small changes in some underlying modules.Matthew Somerville2013-05-07-13/+4
* update test to use DO_NOT_REPLY_EMAIL conf option for from email addressStruan Donald2013-01-04-1/+1
* Make sure Message-ID is set on outgoing messages.Matthew Somerville2011-08-03-1/+2
* Fix session cookie test, and test based on contact_name that might change.Matthew Somerville2011-06-09-1/+3
* Improve email headers in emails sent.Matthew Somerville2011-06-07-6/+13
* Use correct email address in test.Matthew Somerville2011-05-03-1/+1
* Don't hardcode email addressEdmund von der Burg2011-04-05-1/+4
* use .txt suffix on email templatesEdmund von der Burg2011-03-23-2/+2
* Change emails to use construct_email from mySociety::Email for encoding and l...Edmund von der Burg2011-03-03-16/+8
* Check that UTF8 in emails worksEdmund von der Burg2011-03-03-0/+4
* Simple email sendingEdmund von der Burg2011-03-02-0/+48