[Fwd: Re: [PHP] email through PHP]

2005-04-20 Thread Balwant Singh
lt;[EMAIL PROTECTED]>, php-general@lists.php.net Subject: Re: [PHP] email through PHP Date: 19 Apr 2005 17:15:11 +0530 thanks for your email, i read the manual and already tried the setting as told by you but its not working. i would like to again inform that i want to send email through

Re: [PHP] email through PHP

2005-04-19 Thread pete M
http://phpmailer.sourceforge.net/extending.html Balwant Singh wrote: hi, I am using FEDORA 3 and PHP. I want to send email to outside by my above mentioned linux machine through PHP. For this i want to use my SMTP sever, which is on a WINDOWS machine Please inform what setting to be done in php.ini

Re: [PHP] email through PHP

2005-04-19 Thread Balwant Singh
thanks for your email, i read the manual and already tried the setting as told by you but its not working. i would like to again inform that i want to send email through PHP which is on a linux machine and our Company SMTP sever is on Windows Machine. i am certain the somebody has already tes

Re: [PHP] email through PHP

2005-04-19 Thread pete M
check out phpmailer http://phpmailer.sourceforge.net/ use it all the time - its brilliant !!! Balwant Singh wrote: hi, I am using FEDORA 3 and PHP. I want to send email to outside by my above mentioned linux machine through PHP. For this i want to use my SMTP sever, which is on a WINDOWS machine Pl

Re: [PHP] email through PHP

2005-04-19 Thread Angelo Zanetti
why dont you read the manual, thats what its for. I know you can specify your smtp server setttings in your php.ini file. so just set your smtp to the windows server address from PHP.ini [mail function] ; For Win32 only. SMTP = smtp.myserver.com ; for Win32 only ; For Win32 only. sendmail_from = [E

Re: [PHP] email through PHP

2005-04-19 Thread Balwant Singh
i want to use the SMTP server which is already exists. pls. give more details.. with best wishes balwant On Tue, 2005-04-19 at 15:59, Ken wrote: > On 19 Apr 2005 15:04:08 +0530, Balwant Singh <[EMAIL PROTECTED]> wrote: > > hi, > > > > I am using FEDORA 3 and PHP. I want to send email t

Re: [PHP] email through PHP

2005-04-19 Thread Ken
On 19 Apr 2005 15:04:08 +0530, Balwant Singh <[EMAIL PROTECTED]> wrote: > hi, > > I am using FEDORA 3 and PHP. I want to send email to outside by my above > mentioned linux machine through PHP. For this i want to use my SMTP > sever, which is on a WINDOWS machine > > Please inform what setting to

[PHP] email through PHP

2005-04-19 Thread Balwant Singh
hi, I am using FEDORA 3 and PHP. I want to send email to outside by my above mentioned linux machine through PHP. For this i want to use my SMTP sever, which is on a WINDOWS machine Please inform what setting to be done in php.ini or any other file to send the email. with best wishes balwant -