Re: [PHP-WIN] mail() does not work. Help please...

2002-08-31 Thread Aleksandar Skodric
you IP address... Hope this helps... : ) Cheers, Alex - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 12:58 PM Subject: Re: [PHP-WIN] mail() does not work. Help please... > Hello Piotr, > Thanks fo

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-31 Thread Aleksandar Skodric
ginal Message - From: "Piotr Pluciennik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 12:46 PM Subject: Re: [PHP-WIN] mail() does not work. Help please... > So, you should have an access to smtp server. Then in > php.ini set lines

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread DL Neil
t; <[EMAIL PROTECTED]> > >To: <>,"Peter" <[EMAIL PROTECTED]> > >Subject: Re: [PHP-WIN] mail() does not work. Help please... > >Date: Wed, 28 Aug 2002 12:04:46 +0100 > > > >Peter, > > > > > What must I fill in "your.smpt.se

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread DL Neil
Peter, > What must I fill in "your.smpt.server"? > Where is my smpt-server? At this moment I hava no idea. I can get my > address with ipconfig /all. So, I can fill in the sendmail_from address > (although I do not want to receive e-mails at that address)Or must I > take here some other address?.

RE: [PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread Svensson, B.A.T. (HKG)
> Hello Piotr, > Thanks for your reaction. > What must I fill in "your.smpt.server"? Anything that accepts a connection on port 25, and has a mail transfer agent installed at that port. > Where is my smpt-server? > At this moment I hava no idea. Check your e-mail configuration in your e-mail

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread Peter
Hello Piotr, Thanks for your reaction. What must I fill in "your.smpt.server"? Where is my smpt-server? At this moment I hava no idea. I can get my address with ipconfig /all. So, I can fill in the sendmail_from address (although I do not want to receive e-mails at that address)Or must I take h

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread Piotr Pluciennik
So, you should have an access to smtp server. Then in php.ini set lines as below according to address of your server and your mailbox... [mail function] SMTP= your.smtp.server sendmail_from = [EMAIL PROTECTED] HTH Piotr --- Peter <[EMAIL PROTECTED]> wrote: > M

[PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread Peter
My mail() does not work. Apache server tells me that no connection could be made. (I have: windows XP, Apache, PHP4, MySQL)I do not have a provider. I just have a bare ADSL line (which I could hire for a bargain). 1. what must I do in the ini-files? (send_mail etc.) 2. this is my small text whic