1 2 3 4 5 6 7 | <?php
$message = 'Hello how are you';
mail('xxx@yahoo.com', 'My subject', $message);
?>
|
This paste never expires. View raw. Pasted through import.
1 2 3 4 5 6 7 | <?php
$message = 'Hello how are you';
mail('xxx@yahoo.com', 'My subject', $message);
?>
|
This paste never expires. View raw. Pasted through import.