Hiya.
I keep getting an error from this script when ever I try to run it.. I have tried a few different ways of doing it but none seem to work. Can anyone see a problem here....
<?php
$mailto="you@somewhere.com";
$mailsub="The Subject";
$mailbod="Ohh nice body!";
mail($mailto, $mailsub, $mailbod);
?>
I using it as a confirmation thing.. I want to it automatically send out an email without it opening the users email-prog.
Tar.
Email from PHP unknown error!
Moderator: General Moderators
- gite_ashish
- Forum Contributor
- Posts: 118
- Joined: Sat Aug 31, 2002 11:38 am
- Location: India
hi,
see related recent post, this might be helpful to u:
http://www.devnetwork.net/forums/viewtopic.php?t=2698
regards,
see related recent post, this might be helpful to u:
http://www.devnetwork.net/forums/viewtopic.php?t=2698
regards,
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK