Warning: fsockopen(): unable to connect to localhost:25 (Connection refused) in /home....class.smtp.php on line 105
Pego el cod. a ver si me pueden ayudar
Código PHP:
Ver original
$Mail = new PHPMailer(); $Mail->IsSMTP(); $Mail->Host = "localhost:25"; $Mail->SMTPAuth = false; $Mail->FromName = $nombre; $Mail->From = $email; $Mail->Priority = 1; $Mail->Subject = $asunto; $Mail->Body = $TxtMensa;