opster
New Member
- Messages
- 16
- Reaction score
- 0
- Points
- 0
Hi,
Works on stoli, but not on my fiends boru account (who i'm building the site for)
Any ideas?
Code:
<?php
$to = "info@opster.co.uk";
$subject = "Test mail";
$message = "Hello! This is a simple email message.";
$from = "sales@opster.co.uk";
$headers = "From:" . $from;
mail($to,$subject,$message,$headers);
echo "Mail Sent.";
?>
Works on stoli, but not on my fiends boru account (who i'm building the site for)
Any ideas?