svn: /web/doc-editor/trunk/php/ AccountManager.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sun, 26 Dec 2010 20:09:03 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=306700
Log:
Now email to doc's list works ! thanks Bjori ;)
Changed paths:
U web/doc-editor/trunk/php/AccountManager.php
Modified: web/doc-editor/trunk/php/AccountManager.php
===================================================================
--- web/doc-editor/trunk/php/AccountManager.php 2010-12-26 19:53:10 UTC (rev 306699)
+++ web/doc-editor/trunk/php/AccountManager.php 2010-12-26 20:09:03 UTC (rev 306700)
@@ -531,7 +531,7 @@
'X-Mailer: Php Docbook Online Editor' ."\r\n" .
'Content-Type: text/plain; charset="utf-8"'."\n";
- mail($to, stripslashes($subject), stripslashes(trim($msg)), $headers);
+ mail($to, stripslashes($subject), stripslashes(trim($msg)), $headers, "[email protected]");
}
}