> Date: Mon, 12 Apr 2010 09:22:53 -0500
> From: keithda...@pridedallas.com
> To: harlequ...@gmx.de; aj...@alumni.iu.edu; php-windows@lists.php.net
> Subject: RE: [PHP-WIN] Mail Function Not Working
>
> Where is your site being hosted? Does the hosting server have SMTP availab
; php-windows@lists.php.net
Subject: Re: [PHP-WIN] Mail Function Not Working
Hi Alice,
Alice wrote:
> I have an issue here where I see no PHP errors on my mail
> function usage, and yet I am not getting the mail in the desired
> account. Here is what I have for my PHP code:
>
> $
Hi Alice,
Alice wrote:
> I have an issue here where I see no PHP errors on my mail
> function usage, and yet I am not getting the mail in the desired
> account. Here is what I have for my PHP code:
>
> $headers = "From: aj...@alumni.iu.edu" ;
> $to = $email;
> $subject =
> "Comments Regarding
> From: rquadl...@googlemail.com
> Date: Mon, 12 Apr 2010 14:54:24 +0100
> To: keithda...@pridedallas.com
> CC: aj...@alumni.iu.edu; php-windows@lists.php.net
> Subject: Re: [PHP-WIN] Mail Function Not Working
>
> On 12 April 2010 14:47, Keith Davis wrote:
> > Wh
On 12 April 2010 14:47, Keith Davis wrote:
> Why are you using Live's SMTP servers? Is this hosted on live.com? If it
> is not, I am sure they will require authentication, if thy allow for
> this at all. If it is hosted there, probably needs to be localhost as
> the smtp server.
>
> Keith Davis (2
Why are you using Live's SMTP servers? Is this hosted on live.com? If it
is not, I am sure they will require authentication, if thy allow for
this at all. If it is hosted there, probably needs to be localhost as
the smtp server.
Keith Davis (214) 906-5183
-Original Message-
From: Alice We
Date: Sun, 8 Feb 2009 17:01:32 +
> From: n...@chance.now
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] Mail Function Error
>
> >
> > > > Hi,
> > > >
> > > > I am one of those people whose mail server is not on the local
>
> > > Hi,
> > >
> > > I am one of those people whose mail server is not on the local machine.
> > > It is on http://www.hotmail.com and the address is this email address. I
> > > currently constantly get this on my error log:
> > >
> > > [07-Feb-2009 06:39:15] PHP Warning: mail() [ > >
> > Hi,
> >
> > I am one of those people whose mail server is not on the local machine.
> > It is on http://www.hotmail.com and the address is this email address. I
> > currently constantly get this on my error log:
> >
> > [07-Feb-2009 06:39:15] PHP Warning: mail() [ > href='function.mai
>
> Hi,
>
> I am one of those people whose mail server is not on the local machine. It
> is on http://www.hotmail.com and the address is this email address. I
> currently constantly get this on my error log:
>
> [07-Feb-2009 06:39:15] PHP Warning: mail() [ href='function.mail'>function.ma
I have had success with IIS/SMTP using the following function that I found
on the PHP website function list (I've only slightly optimized the original
with some constants). Apparently, IIS/SMTP doesn't like the added '<' and
'>' around the "from" address, but it can be coerced into it with this
fun
On Thu, 12 Aug 2004 17:42:57 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Am I correcting thinking that, when you use the mail() function on the hosting
> server, the server will automatically pick up the SMTP server (i assume a hosting
> server will already have the SMTP-Server value in
Am I correcting thinking that, when you use the mail() function on the hosting server,
the server will automatically pick up the SMTP server (i assume a hosting server will
already have the SMTP-Server value in the php.ini file, which we do not have access
to).
But if testing on a local server,
What happens when you try to use the mail function. Did you put your
correct smpt-server in the php.ini?
Anne Shroeder wrote:
Alas, I cannot use the mail() function on Windows. Someone told me about
this: http://www.phpguru.org/static/mime.mail.html but attempts to get it
to work have been futi
Did you change the reporting level to see if anything gets reported...
-Original Message-
From: Andreas Lindahl [mailto:[EMAIL PROTECTED]
Sent: Sunday, May 09, 2004 3:13 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Mail
My mail function doesn´t work at all. I have tried a very simple line
M. Imran Khan wrote:
When I am sending mail through mail() function, I am unable to view that mail properly.
I think some quotes probblme. Suppose I want to mail the following tag:
http://www.abc.com/logo.gif";>
But it would work properly if I don't use the quotes other wise not.
Please help me
From: "Mike Brum" <[EMAIL PROTECTED]>
> It's very possible that they're not letting you relay through them since
> you're not providing any authentication for that mail server but just
trying
> to send (as far as it can tell) "random mail from an unknown
sender"...[snipped]
Thanks
It's very possible that they're not letting you relay through them since
you're not providing any authentication for that mail server but just trying
to send (as far as it can tell) "random mail from an unknown sender".
The mail server can't tell the difference from your script from that of any
ot
hi duncan
i have to do this job for a client in a week or so
im sure its possible . ill start at it in a while
n ill let u no whatever it is k ?
good luck
toby
--- Duncan <[EMAIL PROTECTED]> wrote: > Hi All,
>
> Is it possible to create a page where visitors can for example
> submit
Yep - check out the mail() function which will do exactly that. If you are
developing on your own machine which may not be running a mail server,
configure php to use your ISP`s mail server.
- Original Message -
From: "Duncan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday,
s [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 06, 2003 12:22 PM
> To: [EMAIL PROTECTED]
> Cc: PHP Windows Helplist
> Subject: Re: [PHP-WIN] mail() function not working
>
>
> To fix your mail server:
>
> You need to enable mail relaying on your mail server. HOWEVER, it
To fix your mail server:
You need to enable mail relaying on your mail server. HOWEVER, it is VERY
VERY important that ONLY the IP address of 127.0.0.1 is allowed to relay
mail. If any IP can use the mail relay service, then anyone can use your
mail server to send out spam annomously. Once that is
francisco
are u tryin the function on the webserver u will host
ur site on
coz if u r running it from ur local host u will get
the error since ur localhost cant send a mail
toby .
--- Francisco Murillo Montoya
<[EMAIL PROTECTED]> wrote: > Hello;
>
> I have PHP 4.2.3 on Windows 2000 adva
Dean,
try www.impchat.com for a very nifty little mail app for win98 called
HermMail - freeware.
Haven`t been there for a long while so can`t be certain it is still there -
worth a try.
Cam D
- Original Message -
From: "Dean Hayes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Satur
Here it is... it was from Court Shrock. Not sure if this is the same
situation you're in or not, but it might help.
Sorry to bother everyone...found the causeSMTP on IIS5 doesn't bind
to 127.0.0.1 by default. Changed php.ini to use the ip address of its
interface and the everything worked.
I haven't noticed this myself, but I believe I read another post about
this - it's something to do with XP (or 2000... don't remember which the
poster was commenting on) not having a proper mapping of the sendmail to
localhost. I don't remember what he did to solve it, but I'm sure you could
find
Sorry to bother everyone...found the causeSMTP on IIS5 doesn't bind
to 127.0.0.1 by default. Changed php.ini to use the ip address of its
interface and the everything worked. Found this out by putting the same
script on a different server, but pointing smtp to the original server.
On Mon, 2
ksandar Skodric '" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>; "'Peter '" <[EMAIL PROTECTED]>
Sent: Sunday, September 01, 2002 1:37 PM
Subject: RE: [PHP-WIN] mail() I get crazy from this...
> Have it come to your attention that Mr
> Peter-I-have-a
Have it come to your attention that Mr
Peter-I-have-a-problem-but-no-SMPT-server-nor-an-ISP actually post his
question from hotmail? ;)
-Original Message-
From: Aleksandar Skodric
To: [EMAIL PROTECTED]; Peter
Sent: 31-8-02 11:47
Subject: Re: [PHP-WIN] mail() I get crazy from this...
the
krizz,
Apache is a web server. What you need is an SMTP (outbound email) server.
Check the PHP.INI. There are two settings to make. One of them should be the
same email server that you use for sending email from Outlook Express.
Regards,
=dn
> I have an apache server for windows, for testing
: <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 2:50 PM
Subject: Re: [PHP-WIN] mail() I get crazy from this...
> Hello B.A.T.,
> If so, I must organise. By sheer luck I got a cheap fast ADSL line,
> guaranteed 115 kilobytes a second. Now, I understand, I must target to
>
is working all well : )
Cheers,
Alex
- Original Message -
From: "Peter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 2:31 PM
Subject: Re: [PHP-WIN] mail() I get crazy from this...
> Hello,
> Thanks for this answer. No, I do not ha
OK, let me first explain how smtp works (as Aerosmtih would say: you have to
learn to crawl, before you learn to walk...):
when you compose your message in PHP it is beeing passed to the SMTP server
that is defined in php.ini. SMTP shall then pass the message to the
recepient.
As far as I unders
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
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
if you have a server yourself, then download the freebie STMP server
from pegasus mail's creator.
i'm using since our days with a novell box. now my win2k box runs the
mercury smtp server strickly for php duties...
http://www.pmail.com
he has both clients and server for win32...
Peter wrote
> Hello B.A.T.,
> If so, I must organise. By sheer luck I got a cheap fast ADSL line,
> guaranteed 115 kilobytes a second. Now, I understand, I must target to
> be an ISP. I have a fixed IP-address. I have a server and PHP, MYSQL.
155kb, that speed man. I remember the old days at the beginning
n relay one, however, good mail servers have
black-lists of smtp servers that are "open" and so refuse connections from
them. It's a fight against spam really
Ross
> -Original Message-
> From: Peter [mailto:[EMAIL PROTECTED]]
> Sent: 28 August 2002 13:51
> To:
Hello B.A.T.,
If so, I must organise. By sheer luck I got a cheap fast ADSL line,
guaranteed 115 kilobytes a second. Now, I understand, I must target to
be an ISP. I have a fixed IP-address. I have a server and PHP, MYSQL.
You tell me that other SMPT servers will not accept my e-mail unless I
> Thanks for this answer. No, I do not have an ISP. I only have a raw
> line: fast ADSL without any whatever, but guaranteed fast.
> I do not understand your kind of english, but it seems to me from your
> last sentence that I should give up.
You MUST necessarily have an ISP (Internet Service pr
> Why MUST you have one?? To my knowledge, Hotmail isn't a pop/smtp server.
> It's web based mail. An SMTP server receives copies of email from you, and
> forwards them on to the correct server. That's all. You could certainly
> try turning your own machine into an SMTP server, but I would dou
Hello,
Thanks for this answer. No, I do not have an ISP. I only have a raw
line: fast ADSL without any whatever, but guaranteed fast.
I do not understand your kind of english, but it seems to me from your
last sentence that I should give up.
with friendly greetings
Peter van Summeren
Ross Flemi
Why MUST you have one?? To my knowledge, Hotmail isn't a pop/smtp server.
It's web based mail. An SMTP server receives copies of email from you, and
forwards them on to the correct server. That's all. You could certainly
try turning your own machine into an SMTP server, but I would doubt that
t like to try scanning some of the PHP subject sites, eg
PHPBuilder.com. They will have tutorials illustrating these concepts, that
will help you get a handle on the terminology and config details.
=Regards,
=dn
> with friendly greetings,
> Peter van Summeren
>
> >From: "DL Neil&quo
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?.
> 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
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
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
Yes you can. Check you're getting a valid email address in the variable
$retrieveuseremail, try echoing it before the mail() function:
echo $retrieveuseremail;
mail($retrieveuseremail, "Subject", "Body of email");
Ross
> -Original Message-
> From: Marlene Burckhalter [mailto:[EMAIL PRO
Use the function imap_mail(). This function does rfc822 parsing on all mail adresses.
You have to load the imap extension to use this function though.
- Frank
> Hi
>
> I have one question about mail() function. It works fine, but...
> Once I wanted to send an e-mail with recipient name in addr
This could be a PHP or COM question... not sure.
I am calling a custom COM object from php. I am seeing a memory leak happen
when I build my variant in C++ and then return it out to the PHP calling
into the COM.
I am using the following piece of code to take a simple C++ array of strings
and lo
Check to see how many copies of php.ini are on your system. Although it
shouldn't affect the module version, the php.ini in the c:\php (or whatever)
folder is read by the CGI executable instead of the one in c:\windows
<[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED
Try to put SMTP from your ISP, like: smtp.isp.com in the php.ini and try then...
I run Win XP with PHP and it works OK!
Good luck
Alex
>- Original Message -
>From: "Tomator" <[EMAIL PROTECTED]>
>Date: Friday, May 10, 2002 1:52 pm
>Subject: [PHP-WIN] mail() problem
>
>> When I try to us
6 555
__
-Original Message-
From: Jason Soza [mailto:[EMAIL PROTECTED]]
Sent: 11. maj 2002 00:01
To: Tomator
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] mail() problem
Did you restart Apache after making the php.ini changes?
Jason Soza
- Ori
Did you restart Apache after making the php.ini changes?
Jason Soza
- Original Message -
From: "Tomator" <[EMAIL PROTECTED]>
Date: Friday, May 10, 2002 1:52 pm
Subject: [PHP-WIN] mail() problem
> When I try to use mail() function I see warning "Unknown error in
> line...".
> I'm using
At 06:56 AM 4/21/02 -0700, Camelia Moldovan wrote:
>Hi! How can I attach a file to a mail using PHP ?
>
>I tried to use some existing classes but I received lots of errors.
http://www.phpbuilder.com/columns/kartic2807.php3
-Mike
--
PHP Windows Mailing List (http://www.php.net/)
To unsubs
Hmm? The article explains exactly how to do it. You can make a multipart
MIME e-mail where the first part is the message, and the 2nd part is the
file attachment (and more parts for additional files). The file data is
encoded using base64 encoding in this example. You just need to create th
Darvin Andrioli suggested, on 20020328:
> http://www.zend.com/zend/spotlight/sendmimeemailpart1.php
Sorry, I was none the wiser after reading this article, as to how to get php
to send an attachment with an email message. The attachment in this case is
being generated from db output and saved as
Hmmm...
"can't send" it's not enough words to precisely
explain problem... but check first the configuration
in your php.ini in section:
[mail function]
SMTP= your smtp server
sendmail_from = [EMAIL PROTECTED]
and fill it correctly.
mail is working on (not onl
sing the mail() function, as I
was not the only person having problems.
Hope that helps. Let me know if you have any other questions.
Thanks,
James F
----- Original Message -
From: "DL Neil" <[EMAIL PROTECTED]>
To: "James F" <[EMAIL PROTECTED]>
Cc
> If I issue a mail() command but there is no live internet connection,
what
> happens? Will the mail be sent when there is a connection?
That is the principle of SMTP (store and forward).
I didn't find anything about this situation in the manual though.
Please tell us what happens when you try
James,
> I personally found that messages were slow on my machine (going to an
> external mail server) and I discovered that if you can use the
built-in IIS
> (Windows) SMTP mail server you'll have no more problems. The built-in
IIS
> SMTP server was easily 1000 times faster in my case. Of cour
>
> -Original Message-
> From: Matt Hillebrand [mailto:[EMAIL PROTECTED]]
> Sent: 26 February 2002 23:27
> To: [EMAIL PROTECTED]; php-windows
> Subject: RE: [PHP-WIN] mail() function EXTREMELY slow
>
>
> Yeah, I know about the max time variable, but it would be unaccep
Every heard of anything transferring smoothly in the world of IT?... ;)
It should do though, but I guarantee you'll find something though!
R
>Everything should transfer smoothly since I'm using
>Apache/MySQL/PHP, using
>$DOCUMENT_ROOT and forward slashes everywhere, right?
--
PHP Windows M
--Original Message-
From: David M. Patterson at DPLH Enterprises
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 8:09 AM
To: Php-Windows-List; Svensson, B.A.T. (HKG)
Subject: RE: [PHP-WIN] mail() function EXTREMELY slow
I need to add my 2 cents worth here.
I use php to send email
tever it's worth...
Dave
-Original Message-
From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 5:23 AM
To: 'Matt Hillebrand'
Cc: php-windows
Subject: RE: [PHP-WIN] mail() function EXTREMELY slow
Hand on your heart: Do you really beli
ruary 27, 2002 5:09 PM
>To: Php-Windows-List; Svensson, B.A.T. (HKG)
>Subject: RE: [PHP-WIN] mail() function EXTREMELY slow
>
>
>I need to add my 2 cents worth here.
>I use php to send email and use my ISP's SMTP server to do it.
>And I still experience the slowness. Th
// 831.588.2388
-Original Message-
From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 5:23 AM
To: 'Matt Hillebrand'
Cc: php-windows
Subject: RE: [PHP-WIN] mail() function EXTREMELY slow
Hand on your heart: Do you really believe that this i
r for the
>mail() function, but that didn't seem to work.
>
>
>
>Matt Hillebrand
>Web Developer
>[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
>
>-Original Message-
>From: Ross Fleming [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, February 26, 2002 3:28
ng it to work
-Original Message-
From: Matt Hillebrand [mailto:[EMAIL PROTECTED]]
Sent: 26 February 2002 23:27
To: [EMAIL PROTECTED]; php-windows
Subject: RE: [PHP-WIN] mail() function EXTREMELY slow
Yeah, I know about the max time variable, but it would be unacceptable to
take over a minu
per
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
-Original Message-
From: Ross Fleming [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 26, 2002 3:28 PM
To: Matt Hillebrand; php-windows
Subject: RE: [PHP-WIN] mail() function EXTREMELY slow
I hope you're not spamm
I hope you're not spamming... ;)
In php.ini:
max_execution_time=30 ; Maximum execution time of each script, in
seconds
Change it to what you need. The speed is pretty much dependent on your SMTP
server though.
Ross
-Original Message-
From: Matt Hillebrand [mailto:[EMAIL PROTECTED
Sounds like a mass-junk mail to me
>
>I need to send an email to 19000 users using a script, any suggestions.
>Looping on a result set using the mail function would kill the server.
>I know it can be done using a mailing list module but I'm running a
>windows machine with IIS, what's the best thin
> > >>> "Jim Lucas [php]" <[EMAIL PROTECTED]> 01/28/02 03:47PM >>>
> > with php's mail() funciton you can send to multiple
> recipents via the
> > headers. just build the headers so it will BCC to
> everybody at once.
> > one word of caution, you can only have a header that is 5kb or
> > sm
> >>> "Jim Lucas [php]" <[EMAIL PROTECTED]> 01/28/02 03:47PM >>>
> with php's mail() funciton you can send to multiple recipents via the
> headers. just build the headers so it will BCC to everybody at once.
> one word of caution, you can only have a header that is 5kb or
> smaller.
> otherwise p
>From: Mostafa Al-Mallawani
>Sent: Tuesday, January 29, 2002 6:43 AM
>How big would a string of 19000 email addresses be? Can anyone estimate?
Anything between 200KB and 1MB.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
> How big would a string of 19000 email addresses be? Can
> anyone estimate?
you wouldnt want to send all mails in one call to mail(), loop and do a
couple of hundred bcc's in each time or something
/Martin
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROT
A byte per character.
-Original Message-
From: Mostafa Al-Mallawani [mailto:[EMAIL PROTECTED]]
Sent: 29 January 2002 05:43
To: 'Angie Tollerson'; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] mail to too many users
How big would a string of 19000 email addresse
;" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, January 29, 2002 4:43 PM
Subject: RE: [PHP-WIN] mail to too many users
> How big would a string of 19000 email addresses be? Can anyone
> estimate?
>
> -Original Message-
How big would a string of 19000 email addresses be? Can anyone
estimate?
-Original Message-
From: Angie Tollerson [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 28, 2002 11:55 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] mail to too many users
Last I heard BCC and CC wasn't working for Windows...it would only send
to the first person in the list. That's what it did for me 6 months
ago..has that been fixed?
Thanks!
Angie
>>> "Jim Lucas [php]" <[EMAIL PROTECTED]> 01/28/02 03:47PM >>>
with php's mail() funciton you can send to multiple
with php's mail() funciton you can send to multiple recipents via the
headers. just build the headers so it will BCC to everybody at once.
one word of caution, you can only have a header that is 5kb or smaller.
otherwise php will start truncating the header. Found that out the hard
way.
so, jus
Hello Fabian,
Please post a copy of the code you are using, as is.
=dn
> I have made a php formmailer!
>
> My Problem:
>
> When I receive the mail, in the from(sender) line is something like
> www-data, but I wont the real sender adress for example [EMAIL PROTECTED] in
> the from line not in
If it's on the same box, have you tried just 'localhost' ?
-Original Message-
From: Joseph Koenig [mailto:[EMAIL PROTECTED]]
Sent: 24 October 2001 16:54
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Mail and NT
Hi,
I'm developing a site on a NT box (I'm much more familiar with unix) and
am
> I'm developing a site on a NT box (I'm much more familiar with unix) and
> am unable to get mail to send on NT. I've edited the php.ini file so
> that SMTP = gatekeeper, which is the name of the server. That's all I
> saw in the manual and archives that would need to be changed. They have
> Exch
Jack, I'm not 100% sure, but I think on windows you have to have the sendmail_path
defined. You mentioned it's commented out. Can anyone confirm that? That's what I
seem to recallsorry!
Angie Tollerson
Alliance Technologies
Web Programmer
(515)245-7628
[EMAIL PROTECTED]
>>> "Jack" <[EMAI
Would you mind posting your question again? I don't have an record of what it was.
Thanks
Angie
>>> "P.Agenbag" <[EMAIL PROTECTED]> 08/22/01 03:23PM >>>
Is there no one here who can help me with the mail problem experienced
on Win2k server? I posted a question a couple of days ago, but no-one
r
Additionally Pierre, You may want to try all 4 paramters that belong in the mail
function. That may cure it too.
Angie
>>> "Pierre A. Fortier" <[EMAIL PROTECTED]> 08/19/01 11:56AM >>>
I installed php on my Windows-ME machine. Most of it works properly. One
problem is that the mail function does
Pierre,
What mail agent are you using?
Angie
>>> "Pierre A. Fortier" <[EMAIL PROTECTED]> 08/19/01 11:56AM >>>
I installed php on my Windows-ME machine. Most of it works properly. One
problem is that the mail function doesn't work. I used:
mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2\n
Camelia,
I'm sure this has nothing to do with your problem, but I am curios: why are you
setting a void function, mail() into the variable $test? what is the purpose of that?
I don't even see in your code where you used $test again? Please explain...
Angie Tollerson
Alliance Technologies
Web
hi
what kind of email client are you using, could be a client issues, some of
them do not properly delete emails after retrievals and end up downloading
them twice;
just a guess
anyway post some code for a more interesting answers:))
regards
At 15:16 15/08/01, Angie Tollerson wrote:
>Camelia,
$sql1="insert into
alegere(ClientId,OfertaId,DomId,DomNume) VALUES
('$id','$host','$tip_dom','$numedom')";
//$sql1="insert into alegere(ClientId) VALUES
('$id')";
$rez1=mysql_query($sql1,$dblnk);
$text="A aparut un nou client cu urmatoarele date de
identificare."."\n"."Nume : ".$nume."\n"."Prenu
Camelia, We'd really have to see the script itself. It is probably your code in some
weird way because I use mail() all the time and don't get 2 emails.
Show us your code :)
Angie Tollerson
Alliance Technologies
Web Programmer
(515)245-7628
[EMAIL PROTECTED]
>>> Camelia Moldovan <[EMAIL PROT
Hi Chris,
... you need to specify your smtp-server in the php.ini.
Hope this helps.
Greetinx,
Mike
Michael Rudel
- Web-Development, Systemadministration -
Besuchen Sie uns am 20. und 21. August 2001 auf der
online-marketing-düsseldorf in Halle 1 Stand E 16
__
Hello Matt,
Nac> I am using the mail function and everything seems to be working correctly as far
as the mail
Nac> being sent of; however, I always get the following error:
Nac> Fatal error: Maximum execution time of 30 seconds exceeded in ...
Your script run more then 30 seconds. This is maxim
You can change your php.ini file to increase the timeout length ... Best
to track down WHY it's taking so long In that respect i have NO idea.
The easy fix is the ini file change
[EMAIL PROTECTED] wrote:
> I am using the mail function and everything seems to be working correctly as far as
Oifik,
http://www.php.net/manual/en/ref.imap.php
You'll want to look at the URL above and check out the imap functions. You
can activate the imap functions by uncommenting the imap functions in your
php.ini file. I think the php_imap.dll is included in the 4.04pl1 release.
If not, go to
http:/
Do you have anything for sendmail_path?
When I had both SMTP and sendmail_path are set, mail() always failed on
Linux/Apache/PHP.
It may be the same under windows.
Make sure SMTP host is up also.
(telnet your.mail.host 80)
Regards,
--
Yasuo Ohgaki
""Guillaume ARNAUD"" <[EMAIL PROTECTED]> wrote
date('r') has bug. It will be fixed in 4.0.5.
day light saving will also be fixed in 4.0.5.
(Is it only in CVS? I thought it will be in 4.0.5)
Just FYI.
--
Yasuo Ohgaki
""Marck D. Pearlstone"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> -BEGIN PGP SI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
(talks to self),
On 04 April 2001 at 13:47:05 +0100 (which was 13:47 where I live)
Marck D. Pearlstone wrote to James Moore and made these points:
JM>> One option is to set your own valid date header using the extra
JM>> argument to mail.
MDP> Do
1 - 100 of 122 matches
Mail list logo