|
18.01.2007, 15:26
закомментируйте весь код в файле emailer.php начиная с:
PHP код:
// Send message ... removed $this->encode() from subject for time being if ( $this->use_smtp )
и заканчивая, включая:
PHP код:
// Did it work? if (!$result) { message_die(GENERAL_ERROR, 'Failed sending email :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__); }
|
|