[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Large Mailing List
- Subject: RE: [cobalt-users] Large Mailing List
- From: "Steven Depuydt - BeNe.WS" <steven@xxxxxxx>
- Date: Fri Dec 14 00:45:45 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi Roy,
I made the following function:
function MYmail($fromaddress, $toaddress, $subject, $body, $headers) {
$fp = popen('/usr/sbin/sendmail -f'.$fromaddress.' '.$toaddress,"w");
if(!$fp) return false;
fputs($fp, "To: $toaddress\n");
fputs($fp, "Subject: $subject\n");
fputs($fp, $headers."\n\n");
fputs($fp, $body);
fputs($fp, "\n");
pclose($fp);
return true;
}
In the $subject you can put anything that you want.
Regards,
Steven Depuydt
www.BeNe.WS
-----Oorspronkelijk bericht-----
Van: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]Namens Roy A. Urick
Verzonden: vrijdag 14 december 2001 2:28
Aan: cobalt-users@xxxxxxxxxxxxxxx
Onderwerp: Re: [cobalt-users] Large Mailing List
Does your PHP solution show the recipients name only in the TO field? I have
a client that wants to send out about 400 messages at a time to his clients,
but wants the "newsletter" to appear as a personalized newsletter (at least
within the TO: field). majordomo shows the list address in the TO field.
Thanks,
Roy
----- Original Message -----
From: "Steven Depuydt - BeNe.WS" <steven@xxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Thursday, December 13, 2001 5:06 PM
Subject: RE: [cobalt-users] Large Mailing List
> Hi Brian,
>
> I have no experience with Majordomo.
>
> But we send every wheek 50 000 e-mails with PHP to our members. The e-mail
> addresses are stores in a MySQL database.
>
> It's working without ANY problem. It takes about 8 hours to process the
> list.
>
> Regards,
>
> Steven Depuydt
> www.BeNe.WS
>
> -----Oorspronkelijk bericht-----
> Van: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]Namens Brian Carpenter
> Verzonden: donderdag 13 december 2001 21:39
> Aan: cobalt-users@xxxxxxxxxxxxxxx
> Onderwerp: [cobalt-users] Large Mailing List
>
>
> I have a client who has a mailing list of about 7000 email addresses. Is
the
> majordomo setup that is on the Raq4i able to handle a list this size?
Would
> sending a message to this many email addresses be too much of a server
load
> ? The email would be text only, so the size of the message should not be
an
> issue.
>
> If majordomo cannot handle this then is there another program out there
that
> could efficiently handle a large mailing list?
>
> Looking forward to your replies.
>
> Regards,
> Brian Carpenter
> Emerging Markets Web Design and Hosting
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To Subscribe or Unsubscribe, please go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users