
February 17th, 2000, 04:59 AM
|
|
Contributing User
|
|
Join Date: Feb 2000
Location: Den Laeghe Landen
Posts: 107
Time spent in forums: 2 m 49 sec
Reputation Power: 14
|
|
|
Hi,
I have this form, where people enter data and afterwards should receive an confirmation-message (autoresponder).
This is , of course, very straightforward:
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre>
mail("$receiver","$subject", "$body","From: $sendernReply-To: $sender");
[/code]
The above works, but the problem is, that it's *slow*. It takes about 10 seconds for sending one message, while other PHP-scripts on the same server run *very fast*.
Has anyone ever experienced same problems, or do you know a solution?
p.s. sending mail with perl works fine, no speed problems there, but i'm actually not in the mood, for calling a perl-script from my PHP file. Any other solutions within PHP itself?
Thanx in advance!
EyE
------------------
--
<WARNING: signature has NULL-value>
|