Sandi
|
| Posted: 11/11/2002, 3:17 PM |
|
I have PHP,Mysql,FreeBSD 4.4 and CommuniGate Pro mail server. I would like
to send mail from my aplications.
But it looks like that function send mail doesn't work on the server. It
looks like that I don't have correct settings but where to look CCS, PHP or
FreeBSD?
Any ideas?
Best regards!
Sandi
|
|
|
 |
RonB
|
| Posted: 11/11/2002, 11:55 PM |
|
Hi,
I fool around with linux on what can best be described as a serious beginner
level. Sendmail configuration is one of the hardest parts. Once you've done
that you'll have to make sure PHP nows where to find it. CCS has nothing to
do with tyhe email. All you have to do is program the stuff with php. As
long as sendmail is correctly configured it will work. I never goy it
working right so actualy gave up on sendmail. Linux clearly has some way to
go towards becomming user friendly where the software is concerned. The UI's
Like KDE3 look great and are almost as easy to master as any kind of win
flavour.
RonB
"Sandi" <info@kripton.si> schreef in bericht
news:aqpdq3$ock$1@news.codecharge.com...
> I have PHP,Mysql,FreeBSD 4.4 and CommuniGate Pro mail server. I would like
> to send mail from my aplications.
> But it looks like that function send mail doesn't work on the server. It
> looks like that I don't have correct settings but where to look CCS, PHP
or
> FreeBSD?
>
> Any ideas?
>
> Best regards!
>
> Sandi
>
>
|
|
|
 |
Dave Rexel
|
| Posted: 11/12/2002, 12:27 PM |
|
Hello Sandi
Have you tested this?
make a simple phpinfo.php file and save it in the webservers root
It should only contain this one line and a carriage return:
--------------------------------------------
<?php phpinfo(); ?>
---------------------------------------------
Browse to this file and you should see a very detailed view of your
settings, primarily for PHP but also for your server, I guess you are using
Apache as your webserver so the send-mail lines in PHPINFOs display should
be something like :
--------------------------------------------
sendmail_from | me@localhost.com
sendmail_path | /usr/sbin/sendmail -t/usr/sbin/sendmail -t
--------------------------------------------
Regards
Dave
"Sandi" <info@kripton.si> wrote in message
news:aqpdq3$ock$1@news.codecharge.com...
> I have PHP,Mysql,FreeBSD 4.4 and CommuniGate Pro mail server. I would like
> to send mail from my aplications.
> But it looks like that function send mail doesn't work on the server. It
> looks like that I don't have correct settings but where to look CCS, PHP
or
> FreeBSD?
>
> Any ideas?
>
> Best regards!
>
> Sandi
>
>
|
|
|
 |
|