All pastes #2054716 Raw Edit

Something

public text v1 · immutable
#2054716 ·published 2011-05-07 00:04 UTC
rendered paste body

$valorx="hola 14";

$contingut = ' 
<html>
<head>
<title>E-Mail HTML</title>
</head>
<body>
<span style="font-size:10px; color:red;"> hola </span>

</body>
';

mail($destinatari, $subject, $contingut, $cabeceras);