IsSMTP(); # $phpmailer->SMTPAuth = true; // Authentication # $phpmailer->Username = ''; # $phpmailer->Password = ''; # $phpmailer->SMTPSecure ='ssl'; // enable if required, 'tls' is another possible value # $phpmailer->Host = ''; // SMTP Host # $phpmailer->Port = 26; // SMTP Port }