why my script can not send email?
From: PHP2 (gp_at_nospm.hr)
Date: 08/29/04
- Next message: Sebastian Lauwers: "Re: why my script can not send email?"
- Previous message: Manuel Lemos: "Re: mime email"
- Next in thread: Sebastian Lauwers: "Re: why my script can not send email?"
- Reply: Sebastian Lauwers: "Re: why my script can not send email?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 29 Aug 2004 21:46:54 +0200
why my script can not send email? I have not error but script don't send
email
<?php
$od = "MIME-Version: 1.0\r\n";
$od .= "Content-Type: text/html; charset=windows-1250\r\n";
$od .= "From: $ime <$email>\r\n";
mail($prima, $naslov, $napomena, $od);
if ($hvala) {
header ("Location: $hvala");
exit;
} else {
print "Thanks for your message!";
echo "<br><br>\n";
exit;
}
?>
- Next message: Sebastian Lauwers: "Re: why my script can not send email?"
- Previous message: Manuel Lemos: "Re: mime email"
- Next in thread: Sebastian Lauwers: "Re: why my script can not send email?"
- Reply: Sebastian Lauwers: "Re: why my script can not send email?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|