|
|
 |
RE: FN-FORUM: Advice for bulk emailing
date posted 12th January 2006 09:43
Depends how it's written. Our mail handler works by creating entries =
into a DB table and using Jmail to send out individual emails - so =
they're all "proper To", not BCC. If Jmail generates an error whilst =
sending we can flag the message for resending or indicate that the email =
address may be duff or that there is an issue. We could then go one step =
futher and have a return address for bounced mail from the server, use =
scheduled Jmail to check a pop3 box to mark off mail that's bounced.
There are also .NET components available (see ASP.NET) that can validate =
mail by checking domains & MX records before sending mail.
But as you say, it all costs.
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of =
[EMAIL REMOVED]
Sent: Thursday, January 12, 2006 10:06 AM
To: Andy Macnaughton-Jones
Subject: Re: FN-FORUM: Advice for bulk emailing
web based send methods are not relaible at all there is no guarantee any =
of the emaisl get sent. Server time outs and comnnections cause more =
problems than its worth.
>
>> I then grouped these into several groups - however the format of many =
>> emails was incorrect - so the message could not be sent until they=20
>> had all been actioned
>
> Send the e-mail to yourself and BCC: the message to all the database=20
> addresses (which you should do anyway, so you don't send everyone's=20
> e-mail address to everyone else. Valid ones will go, the rest will=20
> bounce with error messages. Then at least you only have to deal with =
the invalid ones.
>
> A more complex solution would be to check each address for validity,=20
> first looking at the format of the string, and then, ideally, also=20
> attempting to send to each address. There are free PHP scripts =
available to do this.
>
> I could put together a simple web-based solution to validate a list of =
> addresses for ~=C2=A3100 if that would be of interest. Paste the list =
into=20
> a web form, press the go button, and get a lists of valid and invalid=20
> ones back.
>
> Cheers!
>
> Anthony
> --
> www.fonant.com - hand-crafted web sites
>
> --
> Freelancers, contractors earn more with Prosperity4 Call 0870 870 4414 =
> or visit www.prosperity4.com and benefit from Inland Revenue approved=20
> expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
>=20
--
Freelancers, contractors earn more with Prosperity4 Call 0870 870 4414 =
or visit www.prosperity4.com and benefit from Inland Revenue approved =
expenses today.
To advertise here: http://www.freelancers.net/advertising.html
|
 |
|