aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/emailer.php
Commit message (Collapse)AuthorAgeFilesLines
* They killed emailer! Those b*****ds!Paul S. Owen2003-10-121-774/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@4584 89ea8834-ac86-4346-8a33-228a782c2dd0
* include functions_admin to use the add_log functionMeik Sievertsen2003-07-111-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4218 89ea8834-ac86-4346-8a33-228a782c2dd0
* merged log tables, added new log_type (critical).Meik Sievertsen2003-07-061-127/+260
| | | | | | | | changed email class a little bit. bug fixed the queue a little bit. git-svn-id: file:///svn/phpbb/trunk@4210 89ea8834-ac86-4346-8a33-228a782c2dd0
* some updates...Meik Sievertsen2003-06-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4175 89ea8834-ac86-4346-8a33-228a782c2dd0
* Yet more updates, topic marking works again ... still intend (optional) ↵Paul S. Owen2003-06-191-5/+5
| | | | | | checking of "forum read" status on return to index (rather than just the current fudge of visiting the forum), obtain_ranks as a function (used in at least three scripts), removed jabber method that was needed, oops git-svn-id: file:///svn/phpbb/trunk@4147 89ea8834-ac86-4346-8a33-228a782c2dd0
* some updates, email related.Meik Sievertsen2003-06-011-3/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@4070 89ea8834-ac86-4346-8a33-228a782c2dd0
* moved the queue call, added interval. The current lock is very "fluent" at ↵Meik Sievertsen2003-05-301-4/+19
| | | | | | the moment. ;) git-svn-id: file:///svn/phpbb/trunk@4068 89ea8834-ac86-4346-8a33-228a782c2dd0
* added email queue + small changes (do not hit me for the mysql_basic change :D)Meik Sievertsen2003-05-291-3/+191
| | | | git-svn-id: file:///svn/phpbb/trunk@4067 89ea8834-ac86-4346-8a33-228a782c2dd0
* only very small things.Meik Sievertsen2003-05-031-4/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@3967 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered various aspects of emailing ... tested on a windows platform with ↵Paul S. Owen2003-04-211-48/+81
| | | | | | both mail() and direct smtp ... it worked in both cases. git-svn-id: file:///svn/phpbb/trunk@3902 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated topic/forum notification ... untested in live situation ... appeared ↵Paul S. Owen2003-04-191-7/+7
| | | | | | to work via manual testing git-svn-id: file:///svn/phpbb/trunk@3888 89ea8834-ac86-4346-8a33-228a782c2dd0
* apply 2.0.x changeMeik Sievertsen2003-03-301-2/+28
| | | | git-svn-id: file:///svn/phpbb/trunk@3759 89ea8834-ac86-4346-8a33-228a782c2dd0
* Tidy up and simplify emailer class, add generate_board_url function ... note ↵Paul S. Owen2003-03-251-96/+67
| | | | | | changes to emailer setup! Example will be adm/index.php remind git-svn-id: file:///svn/phpbb/trunk@3718 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various cleanups ... no doubt breaking stuff in the processPaul S. Owen2003-03-091-204/+91
| | | | git-svn-id: file:///svn/phpbb/trunk@3624 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes for UCP and registration, pretty minor overall. Fixed emailer to useJames Atkinson2003-01-301-13/+13
| | | | | | | | | trigger_error insted of message_die. emailer still needs some clean-up git-svn-id: file:///svn/phpbb/trunk@3430 89ea8834-ac86-4346-8a33-228a782c2dd0
* Notes to port bug fixes from 2.0.xPaul S. Owen2002-12-031-0/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@3165 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed $board_config to $config, more posting "stuff", altered polling code ↵Paul S. Owen2002-10-301-13/+13
| | | | | | in viewtopic and loads of new problems, poor coding, etc. created :) git-svn-id: file:///svn/phpbb/trunk@2983 89ea8834-ac86-4346-8a33-228a782c2dd0
* 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