Hello John,
Wednesday, March 1, 2006, 11:38:15 AM, you wrote:
> Outside of being a major spam flag, and possibly reaching the limits
> of your smtp server.
Agreed... Sending mass mail via BCC is going to be nothing but
headaches. I've been down that road a number of times.
--
- Original Message -
From: "Jim Moseby" <[EMAIL PROTECTED]>
To: "'Gustav Wiberg'" <[EMAIL PROTECTED]>; "Jim Moseby"
<[EMAIL PROTECTED]>
Cc: "PHP General"
Sent: Wednesday, March 01, 2006 9:17 PM
Subject: RE: [PHP]
> > This type of email may be more susceptible to being caught
> in spam traps.
> > Check with your webhost to learn of any limits to the
> number of recipients
> > per message, and number of messages per day/hour/etc.
> >
> > JM
>
> Aha.. that's a reason good enough for me for not using this me
- Original Message -
From: "Jim Moseby" <[EMAIL PROTECTED]>
To: "'Gustav Wiberg'" <[EMAIL PROTECTED]>; "Marcus Gnaß"
<[EMAIL PROTECTED]>
Cc: "PHP General"
Sent: Wednesday, March 01, 2006 7:29 PM
Subject: RE: [PHP
Gustav Wiberg wrote:
- Original Message - From: "Marcus Gnaß" <[EMAIL PROTECTED]>
To: "Gustav Wiberg" <[EMAIL PROTECTED]>
Sent: Wednesday, March 01, 2006 5:29 PM
Subject: Re: [PHP] Mailto members..?
Gustav Wiberg schrieb:
while ($dbArray = mysql_fet
> > Gustav Wiberg schrieb:
> >> while ($dbArray = mysql_fetch_array($querys)) {
> >> ...sendmail (from, to, htmltext...)...
> >> }
> > Why let PHP do all the work? If the body is all the same for all
> > recipients you could send only one mail with all recipients in the
> > BCC-field and only on
- Original Message -
From: "Marcus Gnaß" <[EMAIL PROTECTED]>
To: "Gustav Wiberg" <[EMAIL PROTECTED]>
Sent: Wednesday, March 01, 2006 5:29 PM
Subject: Re: [PHP] Mailto members..?
Gustav Wiberg schrieb:
while ($dbArray = mysql_fetch_array($querys)) {
Others here have mentioned the use
of a mailer class I can't remember the name of (phpmailer maybe?).
PHPMailer is really good for sending HTML/Text/Both emails - I'm using it on
a few different sites.
Link: http://phpmailer.sourceforge.net/
Also, if you're going to use PHPMailer an excellent
- Original Message -
From: "Kevin Davies - Bonhurst Consulting" <[EMAIL PROTECTED]>
To: "'Jim Moseby'" <[EMAIL PROTECTED]>; "'Gustav Wiberg'"
<[EMAIL PROTECTED]>; "'PHP General'"
Sent: Wed
> Hi guys!
>
> Anyone knows of something like this, but for free?
> http://www.webscriptsdirectory.com/PHP/E-Mail-Systems/Php-News
> letter-Script-L1237/
>
> All I want to do is to send "a html mail" to all my members at
> http://www.stammis.com/ (swedish site for pedigrees). It would be a
> in
[EMAIL PROTECTED] wrote:
> here is a website http://www.business-broker.co.nz/ under
> "tell a friend" is the page i need help.
> There is a "your email" box where you get a reply saying
> thanks for telling your friend about us msg which is ok but
> where we have problem is the your "friends emai
I could never get MIME classes and the like to work, so I rolled
my own, so to speak. It was posted here a while ago, but I have
a copy on my web server @ home:
http://planetkiller.shadow.net.au/mime-php.txt
--
Jason Murray
[EMAIL PROTECTED]
Web Developer, Melbourne IT
"Work now, freak later!"
You're probably going to need a mime class - Manuel Lemos makes a good one,
then send as a mime attachment.
http://freshmeat.net/projects/mimemessageclass/
Some sample code below that I use (and a mime class).
Example.php
from = "$emailfrom";
$mymessage->to = "$emailto";
$mymessage->subject =
Well, if you're just doing this with an anchor tag:
mailto:[EMAIL PROTECTED]?subject=TheSubject";>Mail me
If you're looking for php's mail function, look at www.php.net.
Tyler Longren
[EMAIL PROTECTED]
Captain Jack Communications
www.captainjack.com
- Original Message -
From: "Mark Lo"
>I am wrting a php page that will write out an email message to the email
address retrieved from Db. If i want to have CC function togethere with
mailTo, how could I do that?
Use the optional fourth argument to send Cc: header with the mail.
$headers = "Cc: [EMAIL PROTECTED]\r\n";
$headers .= "C
Hi, thanks for the help..
The \r\n trick didn't work.. You can only see this back in the source..
But, the RFC "standard??" trick did work just perfectly.!!!
Thanks Ignacio, I don't anything about the RFC.. Probably some standard
which describes these
special chars..? Will search for it to see i
On Wed, 17 Jan 2001, David Bouw wrote:
> Hi,
>
> I have a non PHP questions which probably doesn't fit in this mailling
> lists, but I have a feeling that someone can help me because it is very HTML
> related.
>
> I was busy making a small piece of PHP echo code which generates a link
> which ena
On 01/17, David Bouw rearranged the electrons to read:
> Now here the non-PHP questions.. I searched everywhere, but how can I get
> line breaks inserted IN the email program..??
> After the 'Dear $name,' part I would like to have 2 line breaks.. Then after
> the We would like to inform you... an
18 matches
Mail list logo