isSMTP(); $mail->Host = 'localhost'; $mail->SMTPAuth = true; $mail->Username = ''; $mail->Password = ''; $mail->Port=1025; }