aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/smtp.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug 481943. Regexp that normalized linebreaks to \r\n was fucked, so ↵natec2001-11-261-4/+4
| | | | | | 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
* Re-added GPL disclaimersJames Atkinson2001-08-301-12/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-261-11/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@933 89ea8834-ac86-4346-8a33-228a782c2dd0
* Something is definitely screwy with sourceforge right nowuid420622001-07-041-21/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@555 89ea8834-ac86-4346-8a33-228a782c2dd0
* New file for smtp mailthe_systech2001-05-091-0/+154
git-svn-id: file:///svn/phpbb/trunk@266 89ea8834-ac86-4346-8a33-228a782c2dd0