RE: [PHP-WIN] SMTP & PHP & Windows 2k/XP

2004-04-07 Thread Svensson, B.A.T. (HKG)
On Wed, 2004-04-07 at 17:51, jon roig wrote: > What happens when you try to telnet from the webserver to the smtp > server port 25? > > Can you successfully send an email by hand? Of course, I done that a million times. Try this (from memory): telnet some.mailhost.com 25 HELO host.domain MAIL

Re: [PHP-WIN] SMTP & PHP & Windows 2k/XP

2004-04-07 Thread Gabe
he webserver to the smtp > server port 25? > > Can you successfully send an email by hand? > > -- jon > > -Original Message- > From: Gabe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 07, 2004 7:42 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] SMTP & P

RE: [PHP-WIN] SMTP & PHP & Windows 2k/XP

2004-04-07 Thread jon roig
What happens when you try to telnet from the webserver to the smtp server port 25? Can you successfully send an email by hand? -- jon -Original Message- From: Gabe [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 7:42 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] SMTP

[PHP-WIN] SMTP & PHP & Windows 2k/XP

2004-04-07 Thread Gabe
Does anyone have any experience with configuring PHP 4.3.4 on Windows 2000 or XP for sending email? I have PHP working properly and configured the PHP.INI file with the IP address of the SMTP server and still no luck. I don't get any errors or anything when trying to use the mail() function in PH

[PHP-WIN] SMTP ERROR

2004-03-03 Thread carlos castillo
When i try to send a mail i receive the followin error Warning: mail() [function.mail]: SMTP server response: 503 Comando o secuencia de comandos inesperados in E:\wwwroot\helpdesk_imagine\classes\helpdesk.class.php on line 1054 But the mail is sent, it occurs sometimes not always. Thanks, Car

[PHP-WIN] SMTP - AOL problem

2003-09-01 Thread Trystano
Right then, i've just finished having a heated debate with an AOL technician and he says I am unable to send emails with PHP via the SMTP of my ISP (which is AOL). I dont think the technician fully understands what I am trying to do, but i'm also a little confused over the subject. If AOL is my

[PHP-WIN] SMTP Authentication - Windows 2000

2003-01-07 Thread Laura E. Hunter
Good morning, all I'm in a bit of a pickle here. Under the following configuration, SMTP authentication was working without a hitch: Web server: Windows 2000 Server SP3, IIS 5.0 PHP version: 4 E-mail server: Windows NT4 Server SP5, MS Exchange 5.5 SP4 However, when I upgraded the e-mail server

[PHP-WIN] smtp authentication with mail()

2002-09-26 Thread Adam Staggenborg
Any one know how to submit smtp authentication when using the mail command in php?? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] smtp help

2002-01-23 Thread DL Neil
Hi Mike, > I'm trying to make PHP send email from a windows server, or rather, I'm > trying to help my girlfriend do it. =well seeing there's a lady involved... > in php.ini the SMTP variable is set to her mail server (which does relay > for her netblock). > Also, the sendmail_from line is also

Re: [PHP-WIN] SMTP

2001-04-29 Thread Tomasz Abramowicz
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 don

RE: [PHP-WIN] SMTP

2001-04-29 Thread Manesh
how do i set it up with II5 for win2k. I haveno clue what do do, and tell me how to do it? -Original Message- From: Tomasz Abramowicz [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 29, 2001 4:39 PM To: Manesh Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] SMTP of course you do. most of

Re: [PHP-WIN] SMTP

2001-04-29 Thread Tomasz Abramowicz
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 o

RE: [PHP-WIN] SMTP

2001-04-29 Thread Manesh
i use pop3 -Original Message- From: Tomasz Abramowicz [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 29, 2001 4:20 PM To: Manesh Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] SMTP your meant to know that, use the same one your useing to send your emails, which is under: (and i am

Re: [PHP-WIN] SMTP

2001-04-29 Thread Tomasz Abramowicz
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:

[PHP-WIN] smtp with authentication

2001-03-23 Thread Giro De Roover
Hello, Anyone have experienced difficulties with a broadband, cable, dsl setting smtp for the mail fonction, where the smtp requires authentication. I am actually having a nightmare for sending the form .but I am making progress since I am able now to locate the problem. Thanks for the help -

RE: [PHP-WIN] SMTP on IIS 5.0 Windows 2000 Pro

2001-02-20 Thread Asendorf, John
; From: Peter Knif [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 18, 2001 5:11 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] SMTP on IIS 5.0 Windows 2000 Pro > > > Hi everyone, > > I'm trying to run a simple PHP e-mail script on my Windows > 2000 Pro machi

[PHP-WIN] SMTP on IIS 5.0 Windows 2000 Pro

2001-02-18 Thread Peter Knif
Hi everyone, I'm trying to run a simple PHP e-mail script on my Windows 2000 Pro machine and I keep receiving Server Error. I tried the same script on a Unix server and it worked fine. Does anyone know what the problem might be? Thanks in advance. -- * Peter Knif * [EMAIL PROTECTED]