summaryrefslogtreecommitdiff
path: root/includes/functions/functions_mail.php
AgeCommit message (Expand)AuthorFilesLines
2013-08-25Switch from phpmailer class to Zend_Mail. Fix #1213289 - Issue with non-bre...Greg Roach1-302/+0
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-05-14Global variable removed in error in recent change to functions_mail.phpfisharebest1-0/+1
2013-05-12#1100239- SMTP_HELO site config setting is incorrectly labelledfisharebest1-2/+1
2012-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest1-9/+9
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-5/+5
2011-12-08#899773 - Admin mail config help messages wrongfisharebest1-8/+6
2011-11-16Don't create new error message. (I plan to convert from PHPMailer to Zend_Mail)fisharebest1-1/+1
2011-11-05Change document headers from XTHML to HTML5.fisharebest1-6/+6
2011-10-27fix some webtrees messaging problemŁukasz Wilenski1-5/+12
2011-06-12Remove some old define('XXX_PHP, '') statements - these were a debugging aid,...fisharebest1-30/+25
2011-01-01Refactoring class names and use autoloading.fisharebest1-4/+4
2010-10-30(no commit message)fisharebest1-5/+5
2010-10-19#657915 Fails to send admin emails if has apostrophe in nameŁukasz Wilenski1-4/+19
2010-09-21Cosmetic - change mime boundary string from PGV to WTfisharebest1-4/+2
2010-09-10Tidy up some whitespace/formattingfisharebest1-1/+1
2010-09-08Embed strings, do not concatenate them. It helps with mixed RTL/LTR text.fisharebest1-1/+1
2010-09-06add translations files for phpmailer classesŁukasz Wilenski1-5/+5
2010-06-04Remove global WT_STORE_MESSAGES. Fetch this setting whenever it is used.fisharebest1-1/+1
2010-05-28#584409 mygedview still in code a lotŁukasz Wilenski1-3/+3
2010-05-05Replace function pgvMail with function webtreesMailNigel Osborne1-2/+2
2010-05-05Replacing base64 code for pgv logo and references to it with webtrees equivalentNigel Osborne1-79/+78
2010-05-05Minor rebrandingfisharebest1-1/+1
2010-04-15Tidy up SMTP config variables. These do not need to be globals.fisharebest1-14/+22
2010-04-05(no commit message)Veit Olschinski1-0/+284