Alexander Nicolaysen Sørnes
fa050164f7
Add debug option to output e-mail on screen. Useful for testing that mails look correct.
2007-04-23 23:36:32 +00:00
Chris Morgan
c19a471bd5
Unit tests should disable sending email before they execute, we don't want any accidental emails sent when developers are
...
running the unit tests to verify functionality. Add commented out example code that will enable developers to disable email via
a define in include/config.php
2006-12-02 19:44:31 +00:00
WineHQ
b858e2ba53
Unit tests should run with E_ALL so we can detect all errors. Fix dozens of errors that popped up after enabling all errors.
2006-11-25 17:24:44 +00:00
Tony Lambregts
d20c6c6fee
Change link in email footer to link to the AppDB site instead of WineHQ
2006-03-24 03:21:26 +00:00
Jonathan Ernst
7ce5895681
- fix notifications
...
- improves notifications
2005-02-02 00:14:01 +00:00
Jonathan Ernst
5561447548
Fix mail_appdb() by using comma to separate addresses
2005-01-30 02:24:54 +00:00
Jonathan Ernst
b672ab0027
Fix mail_appdb()
2005-01-30 01:46:44 +00:00
Jonathan Ernst
0a839e359a
- use mail_appdb() instead of mail() for better error handling and to avoid code duplication
...
- use \r\n as line separator in mail (RFC compliant)
2005-01-30 00:57:34 +00:00