|
Posted by Michael Vilain on 03/26/07 19:45
In article <4607F647.A625.0015.0@gmx.net>,
"Michael Kamp" <mkp07@gmx.net> wrote:
> > http://us3.php.net/manual/en/ref.mail.php
> >
> > If you have something specific you're dealing with, try posting
> > again,
>
> Hi Michael,
>
> on the page you posted, it says
>
> - "PHP must have access to the sendmail binary on your system during
> compile time"
>
> - in PHP_INI_ALL: SMTP=localhost, smtp_port=25
>
>
> So if I understand this correctly, there is something like a local mail
> server running on the same machine. So the mail-function does nothing
> magical, but connecting to a local mail server (which seems to allow any
> from-name and any from-address).
>
> I was just wondering, how it sends the mail. So actually, it uses a
> local mail server which needs to be installed.
>
>
> Do you think, my considerations are correct?
>
> Thanks,
> Michael
Yes, this is correct and very much the UNIX model. Systems wishing to
send mail should use the mail transport agent installed on the machine
which the system administrator has already configured to work properly
in that environment. Don't know how this would work on a Billyware box
since you may not have sendmail/qmail/postfix/whatever installed.
Doesn't Outlook connect to a remote mail transport agent on the ISP
through port 25?
--
DeeDee, don't press that button! DeeDee! NO! Dee...
Navigation:
[Reply to this message]
|