4h30
because doing the impossible is fun
code
Journal
Photo
Quote
Url
Video
test mail() fonction
<?php
mail
(
‘name@domaine.ltd’
,
‘mail function, verification ‘
,
‘ Booya!’
)
;
?>