
2nd November 2005, 20:23
|
|
Junior Member
|
|
Join Date: Oct 2005
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|

3rd November 2005, 03:43
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,853
Thanks: 781
Thanked 1,558 Times in 1,477 Posts
|
|
If you're trying to send from the same host where the mail server is on, you don't need a username and password. You can simply use PHP's mail() function.
|

3rd November 2005, 22:43
|
|
Junior Member
|
|
Join Date: Oct 2005
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by falko
If you're trying to send from the same host where the mail server is on, you don't need a username and password. You can simply use PHP's mail() function.
|
Thanks, all is working fine now, Falko you are the best.
|

4th November 2005, 00:13
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,853
Thanks: 781
Thanked 1,558 Times in 1,477 Posts
|
|
Quote:
|
Originally Posted by Joe-Montana
Thanks, all is working fine now, Falko you are the best.
|
Good to hear that!
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 10:24.
|
Recent comments
1 day 1 hour ago
1 day 7 hours ago
1 day 7 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 13 hours ago
1 day 13 hours ago
1 day 13 hours ago
1 day 14 hours ago