Und wieder nichts:
<?php
error_reporting(E_ALL);
ini_set("display_errors", true);
require 'class.phpmailer.php';
$mail = new PHPMailer;
$mail->setLanguage("de");
$mail->isSMTP();
$mail->SMTPAuth = true;
$mail->Host = 'smtp.web.de';
$mail->Username = '
[email protected]'...