Hi I am using the following to send out some mail (thanks matto),
but the content type is not sent to html. Does anyone know how to?
M@
<?php
$addresses = file("addresses.txt"
// addresses is now an array, 1 line per element.
foreach($addresses as $address)
mail($address,"subject","content"
?>
but the content type is not sent to html. Does anyone know how to?
M@
<?php
$addresses = file("addresses.txt"
// addresses is now an array, 1 line per element.
foreach($addresses as $address)
mail($address,"subject","content"
?>