aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/emailer.php
Commit message (Collapse)AuthorAgeFilesLines
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-35/+35
| | | | git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
* Combine emailer and smtpPaul S. Owen2002-07-141-15/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@2663 89ea8834-ac86-4346-8a33-228a782c2dd0
* Combine SMTP and Emailer sources into onePaul S. Owen2002-06-291-13/+209
| | | | git-svn-id: file:///svn/phpbb/trunk@2650 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates in line with 2.0.1Paul S. Owen2002-06-101-74/+65
| | | | git-svn-id: file:///svn/phpbb/trunk@2630 89ea8834-ac86-4346-8a33-228a782c2dd0
* merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates ↵Paul S. Owen2002-04-201-11/+1
| | | | | | and trial stuff for example session alterations git-svn-id: file:///svn/phpbb/trunk@2532 89ea8834-ac86-4346-8a33-228a782c2dd0
* Alter way variables are substituted ... was causing problems when a [] ↵Paul S. Owen2002-03-221-7/+4
| | | | | | followed a {VAR} in the email ... git-svn-id: file:///svn/phpbb/trunk@2407 89ea8834-ac86-4346-8a33-228a782c2dd0
* Stop being too paranoid about hacking of includes containing only fully ↵Paul S. Owen2002-03-181-6/+1
| | | | | | inclusive functions git-svn-id: file:///svn/phpbb/trunk@2328 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates to overcome security issue + updates of various functions, initial ↵Paul S. Owen2002-03-181-0/+5
| | | | | | version of profile registration include ... not completed but should be functional for obvious reasons(!) git-svn-id: file:///svn/phpbb/trunk@2304 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move subject preg_ to after parseing ... in case subject needs to contain ↵Paul S. Owen2002-03-011-5/+11
| | | | | | any variables git-svn-id: file:///svn/phpbb/trunk@2237 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add ability to specify subject within email, format is Subject: (localised ↵Paul S. Owen2002-03-011-2/+6
| | | | | | subject) followed by carriage return/newline. git-svn-id: file:///svn/phpbb/trunk@2235 89ea8834-ac86-4346-8a33-228a782c2dd0
* This should fix Bug #498451.. Keep it from including smtp.php more than once..the_systech2002-01-281-2/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2007 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug 481943. Regexp that normalized linebreaks to \r\n was fucked, so ↵natec2001-11-261-2/+10
| | | | | | it was changing (char)\n to \r\n and dropping (char). Hence we lost the char before every single linebreak in every email sent thru SMTP. yay. ALso fixed so it gets the FROM address from the right place. git-svn-id: file:///svn/phpbb/trunk@1443 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added global PM disable + modded emailer to allow lang select + re-added ↵Paul S. Owen2001-11-131-9/+10
| | | | | | back box limits my dumbness removed recently git-svn-id: file:///svn/phpbb/trunk@1305 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed paths for languagePaul S. Owen2001-10-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1170 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated and fixed various issues, see post in developers forum for infoPaul S. Owen2001-09-251-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1083 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimersJames Atkinson2001-08-301-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-261-10/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@933 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed windows returns and final newlinePaul S. Owen2001-08-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@850 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implmented the emailer class everywhere it needs it (just registration and ↵James Atkinson2001-08-131-2/+13
| | | | | | private message notification so far) git-svn-id: file:///svn/phpbb/trunk@845 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added emailer class, did alterations and templates for registrationJames Atkinson2001-08-131-0/+296
Welcome message vars can be removed from lang file git-svn-id: file:///svn/phpbb/trunk@844 89ea8834-ac86-4346-8a33-228a782c2dd0