Index: trunk/kernel/include/smtp.php =================================================================== diff -u -r13 -r437 --- trunk/kernel/include/smtp.php (.../smtp.php) (revision 13) +++ trunk/kernel/include/smtp.php (.../smtp.php) (revision 437) @@ -136,7 +136,6 @@ if(!$this->auth()) return FALSE; } - $this->mail($this->from); if(is_array($this->recipients)) foreach($this->recipients as $value) @@ -146,7 +145,7 @@ if(!$this->data()) return FALSE; - + // Transparency $headers = str_replace($CRLF.'.', $CRLF.'..', trim(implode($CRLF, $this->headers))); $body = str_replace($CRLF.'.', $CRLF.'..', $this->body);