1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__nextcloudconnector4do.../entete_mail.php
Daniel Tartavel 6c8c96934c first commit
Signed-off-by: Daniel Tartavel <contact@librepc.com>
2019-08-31 11:31:29 +02:00

8 lines
221 B
PHP

<?php
$webmaster= "contact@lalis.fr";
$headers = "From: contact@lalis.fr\n";
$headers .= "MIME-Version: 1.0\n";
$headers .= "Content-type: text/plain; charset=UTF-8\n";
$headers .= "DATE: " . date( 'r' ) . "\n";
?>