look at what Craig Morrison wrote below.
search your php.ini file for 'mail function'
and where he wrote 'mail.smtp.server' write in
your SMTP. If you dont know it, ask the person
which set up your email. If YOU set up your on
email, then check in your settings what your SMTP
server is. If you dont have one, then you'll need to
install one. i am not going to tell you how to do that,
not because im mean, but beacuse its got nothing
to do with PHP. anyways once you know what your
smtp is, and youve inserted it into php.ini file, then
go ahead and go to:
www.php.net/mail
copy&paste their example into your page and check
if it works.
t.

> how do i set it up with II5 for win2k.  I haveno clue what do do, and tell
> me how to do it?
>
>
> of course you do. most of us do. but you use that only to recieve
> emails, you use SMTP (Simple Mail Trasfer Protocol) to send it.
>
> > i use pop3
> >
> > your meant to know that, use the same one your useing to send your
emails,
> > which is under:
> > (and i am guessing from your email headers your using outlook)
> >
> > Tools > Accounts > Properties > Servers > Outgoing Mail SMTP
> >
> > > how do u now what my STMP server is?
> > >
> > > -----Original Message-----
> > > From: Craig Morrison [mailto:[EMAIL PROTECTED]]
> > >
> > > Nice and simple..
> > >
> > > [mail function]
> > > SMTP = mail.smtp.server ;for win32 only
> > > sendmail_from = [EMAIL PROTECTED] ;for win32 only
> > >
> > > Manesh wrote:
> > > > Can somoen tell me EXACTLY how to set up a STMP server? i am IIS5 on
> > > > win2k and i need to now exactly what i put it my PHP.ini



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to