Re: [PHP] Emails

2004-02-25 Thread Jason Wong
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

Re: [PHP] Emails

2004-02-25 Thread Richard Davey
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

Re: [PHP] [bob@elitegroup.on.ca: RE: php emails]

2002-09-21 Thread The Doctor
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

Re: [PHP] [bob@elitegroup.on.ca: RE: php emails]

2002-09-21 Thread Michael Geier
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. > >

[PHP] [bob@elitegroup.on.ca: RE: php emails]

2002-09-21 Thread The Doctor
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

RE: [PHP] emails with attachements

2001-09-22 Thread Radek Krejca
> > 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

RE: [PHP] emails with attachements

2001-09-21 Thread Richard Heyes
> 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

RE: [PHP] emails with attachements

2001-09-21 Thread Boget, Chris
> 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

Re: [PHP] Emails from database...

2001-04-05 Thread David Robley
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

Re: [PHP] Emails from database...

2001-04-04 Thread David Robley
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