On Wednesday 25 February 2004 20:10, Richard Davey wrote:
> J> How would you be able to read the bounces & undelievrable mail
> J> when you send out a mail with PHP.
> J> I'm trying to write a eCampaign client for our business, this
> J> would be a is a nice feature to have to keep
> J> our mail l
Hello Jakes,
Wednesday, February 25, 2004, 12:05:09 PM, you wrote:
J> How would you be able to read the bounces & undelievrable mail
J> when you send out a mail with PHP.
J> I'm trying to write a eCampaign client for our business, this
J> would be a is a nice feature to have to keep
J> our mail
How would you be able to read the bounces & undelievrable mail when you send out a
mail with PHP.
I'm trying to write a eCampaign client for our business, this would be a is a nice
feature to have to keep
our mail list clean.
Thanx in advance.
J
t;
> > Received: from ELITE (CPE0050ba761922.cpe.net.cable.rogers.com
> > [24.157.79.145])
> > by doctor.nl2k.ab.ca (8.12.6.Beta1/8.12.6) with SMTP id
> > g8LMD1h8000209
> > for <[EMAIL PROTECTED]>; Sat, 21 Sep 2002 16:13:04 -0600
> > (MDT)
&g
rking.
> Thanks for your effort.
>
> Apart from being a neat thing for a page to be able to do, I'm
> doing a quote
> for a large site where they require emails to be sent out by the
> site when
> someone fills out a form, so we need to have this figured out.
>
>
0209
for <[EMAIL PROTECTED]>; Sat, 21 Sep 2002 16:13:04 -0600 (MDT)
Reply-To: <[EMAIL PROTECTED]>
From: "Bob Federer" <[EMAIL PROTECTED]>
To: "System Administrator a.k.a. The Root of the Problem" <[EMAIL PROTECTED]>
Subject: RE: php emails
Date: Sat, 21
Hello all:
I have a script that looks like:
...
$name="Project #1";
...
$title="NEW PROJECT: ".$name;
$a=mail("[EMAIL PROTECTED], [EMAIL PROTECTED]",$title,$body, "From:[EMAIL PROTECTED]");
...
When I execute this code (there is no loop anywhere), ALL the recipients
receive 2 emails:
- the f
> > i want to send emails with attachements... can I modify the
> > mail()-function
> > or how can I perform this?
> > please email me - thank you!
>
> There's a class available here which will do it:
>
> http://www.heyes-computing.net
or use function IMAP_Mail_Compose(), in the manual is very go
> i want to send emails with attachements... can I modify the
> mail()-function
> or how can I perform this?
> please email me - thank you!
There's a class available here which will do it:
http://www.heyes-computing.net
--
Richard Heyes
"I know not with what weapons World War III will be fought
> i want to send emails with attachements... can I modify the
> mail()-function or how can I perform this?
You can get classes that do this very thing at the following site:
http://phpclasses.upperdesign.com/
Chris
hi!
i want to send emails with attachements... can I modify the mail()-function
or how can I perform this?
please email me - thank you!
gert.
[EMAIL PROTECTED]
http://www.mellak.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional com
On Thu, 5 Apr 2001 16:27, you wrote:
> Hi!
>
> Do u mean the code should be like this?
>
>
> $connect = mysql_connect();
> $query = "select email from table";
> $execute = mysql_db_query("database", $query);
> while($r=mysql_fetch_array($execute))
> {
> $try = $r('email');
Your syntax is wrong h
On Wed, 4 Apr 2001 16:58, Dhaval Desai wrote:
> Hi!
>
>
> This is my code for sending email to all the emails in
> my database:
>
> $connect = mysql_connecT();
> $query = "select email from table";
> $execute = mysql_db_query("database", $query);
>
> while($r=mysql_fetch_array($execute))
> {
> $e
Hi!
This is my code for sending email to all the emails in
my database:
$connect = mysql_connecT();
$query = "select email from table";
$execute = mysql_db_query("database", $query);
while($r=mysql_fetch_array($execute))
{
$email .= $r('email')
mail("$email", "My Subject", "Line 1\nLine 2\nLi
14 matches
Mail list logo