mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
remove access to support for php4
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10037 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7c5cc2ca01
commit
bfeb1ac70e
1 changed files with 61 additions and 61 deletions
|
|
@ -82,7 +82,7 @@ class Mail extends PHPMailer
|
|||
*
|
||||
* @return boolean TRUE if SMTP is set correct, otherwise return FALSE
|
||||
*/
|
||||
public function useSMTP($auth = NULL, $host = NULL, $user = NULL, $pass = NULL, $secure = NULL, $port = 25)
|
||||
function useSMTP($auth = NULL, $host = NULL, $user = NULL, $pass = NULL, $secure = NULL, $port = 25)
|
||||
{
|
||||
$this->SMTPAuth = $auth;
|
||||
$this->Host = $host;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue