Email with PHP mail()
Brought to you by:
andrewsimpson
This is a drop in replacement for the WebCollab email
handling file.
It uses the standard PHP mail() function for those rare
cases where a normal SMTP server is unavailable.
This replacement will *not* work with non US-ASCII
characters. SMTP_AUTH is also non-functional.
Replace the existing file
[webcollab]/includes/email.php with this file.
Logged In: NO
Remove extra line feeds at the end of this file to avoid error msgs each time mail is sent.
Logged In: YES
user_id=1753840
Originator: NO
Great patch Andrew!
What can I do to have the sender address read as the admin's address instead of anonymous@cgi13.cgi13 as it is right now??
Thanks!
Improved version
Logged In: YES
user_id=523452
Originator: YES
O.K. Cleaned up a few bugs in the original version. This version should work a bit better with a wider variety of mail servers.
Not recommended with non US-ASCII characters in messages!
File Added: email.php