Formmailer apache server
Hey All
Running Mandrake 10.2 LE with apache
and need some help here, i´m trying to make a simple php form mailer.
#########Form Mailer####################
<?
$message ="navn=$name $tlf $mail $bem";
mail( "info@noname.dk", "Mail Fra Support Question",
$message, "From: $email" );
header( "Location: http://www.noname.dk/files/thanks.php" ,main );
?>
##################################
Note" tryed to put this in my formmailer ini_set("SMTP","smtp.mail.dk");"
The thing is, that i think i have to set something up on my Box/apache server, so i wil be able to send.
I´ve looked at the php.ini, file to se if there is any thing there.
Don´t know if this is right
######## PHP.INI ####################
[mail function]
; For Win32 only.
SMTP =
; For Win32 only.
sendmail_from =
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
sendmail_path = /usr/sbin/sendmail -t -i
####################################
If i run the thing on my webhotel at the ISP server all works fine
I know, when i just want to sendt mail from i normal mail client like Thunderbird, i just provide it with my isp gateway "smtp.mail.dk and the af password.
So how do i get my box to send mail direct from my website
Any one????
Thanks in advance
Joe Montana
|
Recent comments
12 hours 24 min ago
12 hours 30 min ago
17 hours 28 min ago
1 day 9 min ago
1 day 58 min ago
1 day 2 hours ago
1 day 6 hours ago
1 day 13 hours ago
1 day 17 hours ago
1 day 18 hours ago