Si c'était indenté correctement selon K&R:
if ($rep <> "") {
srand((double) microtime () * 1000000);
$boundary = md5 (uniqid (rand ()));
$titre = nomcongres." informations";
$header = "From: ".nomcongres." <".nomcongres."@********.fr>\n";
$header. = "Reply-To: ".nomcongres."@univ-lyon1.fr \n";
$header. = "MIME-Version: 1.0\n";
$header. = "Content-Type: multipart/alternative;boundary=$boundary\n";
$message = "\nThis is a multi-part message in MIME format.";
[insérer encore plein de choses]
}
on s'y retrouverait bien.