Hello All,
I am new to sendmail. I am using php+apcahe+linux
environment. When I use sendmail() to send my email
the email is not sent. It stays in the queue with a
timeout message.
What all precaution should I take just to make sure
that my program works.
Thanks in advance.
Sincerely,
Pa
I have had some problems with a php application slowing down when it tries
to send email. It will work but the same function will take 30 seconds
instead of instant when the application is required to send an email aswell.
I have been told that it may be that the problem is with a slow dns lookup
Yeah, if you are using DHCP. Otherwise, you manually assign IPs to each
computer on the network.
"Ross Fleming" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> The 192.168.0.xxx range are used in Microsofts Internet Connection Sharing
> I believe. The host PC
You see 192.168.xxx.xxx as home networks and corporate networks, it is a
Class C designed for that as it will NOT route on the Internet.
As for the 0 you could have 192.168.0.1, but will not see 192.168.0.0 as 0
and 255 are your broadcast addresses. So in a home network BEHIND a
firewall or I
> Sent: Friday, March 08, 2002 11:55 AM
> To: LaserJetter
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] sendmail for windows
>
>
> LaserJetter,
>
> > Is 192.168.0.2 a valid IP address? I didn't know you could
> have a zero
> as
> > one of the elem
LaserJetter,
> Is 192.168.0.2 a valid IP address? I didn't know you could have a zero
as
> one of the elements.
I'm not sure where this question came from, but ...
Yes you can have a zero value in IP address octets.
Obviously they all can't be zero.
(I haven't researched it, but maybe the first
The 192.168.0.xxx range are used in Microsofts Internet Connection Sharing
I believe. The host PC (the one with the actual internet connection, modem
whatever) is 192.168.0.1, the rest of the computers on the network are
assigned up from one, so 192.168.0.2 will be the second pc attached to the
n
Is 192.168.0.2 a valid IP address? I didn't know you could have a zero as
one of the elements.
"Dl Neil" <[EMAIL PROTECTED]> wrote in message
0ac801c1c118$1f9244e0$c200a8c0@jrbrown">news:0ac801c1c118$1f9244e0$c200a8c0@jrbrown...
> Scott,
>
> > Come to think of it I have MS SMTP service from the
Scott,
> Come to think of it I have MS SMTP service from the IIS install, I
wonder
> if you install that, then point it to your ISP if that would work.
The answer is a definite "maybe"!
It is a topic that comes up on the list from time-to-time.
Some claim to have made it work.
The overwhelming
Come to think of it I have MS SMTP service from the IIS install, I wonder
if you install that, then point it to your ISP if that would work.
On Thu, 28 Feb 2002, DL Neil wrote:
> Please post the mail section of your php.ini file.
> Have you checked that a email client, eg OL/OE, can use the
Please post the mail section of your php.ini file.
Have you checked that a email client, eg OL/OE, can use the SMTP server
successfully?
Please advise,
=dn
> i have tried that solution, but its still not working.
> do you know another method?
>
> > If your ISP does not mind just put their SMTP s
i have tried that solution, but its still not working.
do you know another method?
- Original Message -
From: "Scott St. John" <[EMAIL PROTECTED]>
To: "Adolfo Meneses" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, February 28, 2002 5
If your ISP does not mind just put their SMTP server in there. If you are
just testing a few times and not sending out a ton of emial, it should not
be a problem.
As long as this machine can see the SMTP server of your ISP you should be
ok.
-Scott
On Thu, 28 Feb 2002, Adolfo Meneses wrot
hi, I'm using win 2000, apache, php 4.0.6.
when I try to send an email using mail() I get an error message.
I have downloaded and installed sendmail for windows of indigo, but it doesnt work.
what can i do?
I am trying to develop a site in my home.
i don't have a direct connection to internet, im
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Thu, 6 Dec 2001 14:10:26 +1100
Subject: [PHP-WIN] sendmail
Hi all.
i need to send a mail message from within a php script. running a windows
server, is windmail the best option? any suggestions for sendmail
alternatives?
thanks.
Dan
--
PHP Windows M
Actually first off, there is a sendmail version for Windows. I use it and
works fine.. on the other hand.. if you are using WINDOWS Server (NT or
2000) for server you can use localhost works great.. Of course you need to
have the IIS running
For a copy of Sendmail for windows visit http://ww
Hi all.
i need to send a mail message from within a php script. running a windows
server, is windmail the best option? any suggestions for sendmail
alternatives?
thanks.
Dan
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
Ross
> > > > > > >-Original Message-
> > > > > > >From: Ross Fleming [mailto:[EMAIL PROTECTED]]
> > > > > > >Sent: 24 October 2001 23:29
> > > > > > >To: [EMAIL PROTECTED]
> > > > > > &g
TP or POP server because the less I run on the
>(portable) box itself, the
> > faster/better I
> > > > like it!)
> > > >
> > > > -
> > > > [mail function]
> > > > ; For Win32 only.
> > > > SMTP = smtp.isp.address.TLD
> >
y.
> > > sendmail_from = [EMAIL PROTECTED]
> > >
> > > ; For Unix only. You may supply arguments as well (default: 'sendmail -t -i').
> > > ;sendmail_path =
> > > -
> > >
> > > NB I didn't do anything with
#x27;).
> > ;sendmail_path =
> > -
> >
> > NB I didn't do anything with the last line - the "Unix only" bit seemed a warning!
>Also no 30-day wonder...
> >
> > Hope it helps,
> > =dn
> >
> > - Original Message -
>
ed a warning!
Also no 30-day wonder...
Hope it helps,
=dn
- Original Message -
From: "Ross Fleming" <[EMAIL PROTECTED]>
To: "Eric Pankoke" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: 25 October 2001 12:11
Subject: Re: [PHP-WI
2 version of sendmail and it works now.
> >
> >Ta anyway
> >
> >Ross
> >
> >-Original Message-
> >From: Ross Fleming [mailto:[EMAIL PROTECTED]]
> >Sent: 24 October 2001 23:29
> >To: [EMAIL PROTECTED]
> >Subject: [PHP-WIN] Sendm
IL PROTECTED]]
>Sent: 24 October 2001 23:29
>To: [EMAIL PROTECTED]
>Subject: [PHP-WIN] Sendmail...
>
>
>Hello, I'm probably just being a bit thick, but how exactly do I get the
>mail function to work?..
>
>Do I need a sendmail replacement? (I downloaded bl
Never mind people, I found a win32 version of sendmail and it works now.
Ta anyway
Ross
-Original Message-
From: Ross Fleming [mailto:[EMAIL PROTECTED]]
Sent: 24 October 2001 23:29
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Sendmail...
Hello, I'm probably just being a bit thick
Hello, I'm probably just being a bit thick, but how exactly do I get the
mail function to work?..
Do I need a sendmail replacement? (I downloaded blat to see if that would
help but can't see that it does.)
--
php.ini
[mail function]
; For Win32 only.
SMTP= mail.totalise.co.uk ; for Win32 o
I know this is a windows list, but
I need to know how to configure Sendmail on a Redhat Linux machine to relay
messages through another host.
-- Ben Cairns - Head Of Technical Operations
intasept.COM
Tel: 01332 365333
Fax: 01332 346010
E-Mail: [EMAIL PROTECTED]
Web: http://www.intasept.com
27 matches
Mail list logo