Chris Morgan
9ac39b46e6
Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
...
Don't show addresses in the 'mail sent' messages. Just print a message saying whether it failed or not.
2007-09-14 23:38:45 -04:00
Alexander Nicolaysen Sørnes
e9b7740aa2
Fix email messageboxes to be on multiple lines again. The email array passed to addmsg() must
...
be space-separated.
2007-07-06 01:24:09 +00:00
Alexander Nicolaysen Sørnes
53c0a0b393
Make mail_appdb() send mail with Bcc and only appdb-noreply@winehq.org as the recipient.
2007-07-02 01:09:16 +00:00
Alexander Nicolaysen Sørnes
6b7b9add74
Use separate setting for the email sender address. This allows the appdb emails to be sent
...
from a different address than the default one. Use the sender address to point email
responses to the new noreply address.
2007-05-12 16:30:32 +00:00
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