RE: Handling invalid recipient in mailing list

2015-04-03 Thread Dave Long
Thanks so much to all and to Mike and William, I will be putting your advice on the top of my list of things to do. The list in question has approximately 5,500 names but, by the time it is cleaned up, will probably be closer to 5,000. The idea of not disturbing subscribers unnecessarily is

Re: Handling invalid recipient in mailing list

2015-04-03 Thread Russ Michaels
Dave, you can validate your email addresses automatically simply by using the Likes of Mailchip, which will validate allthe email addresses when you submit them and remove the bogus ones, it will also automatically remove bounce addresses for you as well. On Fri, Apr 3, 2015 at 1:19 PM, Dave

RE: Handling invalid recipient in mailing list

2015-04-03 Thread Robert Harrison
The CFTRY and CFCATCH method described earlier is a great method for a partial scrub. That method will scrub those email addresses which are malformed or have invalid syntax. That's a great start, but there are two additional things you should do as well: 1. Use the FAILTO feature of

RE: Handling invalid recipient in mailing list

2015-04-03 Thread Robert Harrison
I never use anything but Mail Chimp for bulk mail sends Honestly, I too highly recommend a service like Mail Chimp or Constant Contact, or Emma. They clearly have their place and the headache of getting blacklisted is miserable, but sometimes you have a situation where the options and

Re: Handling invalid recipient in mailing list

2015-04-03 Thread Dean Lawrence
You can also utilize a tool like BoogieBounce by Boogie Tools ( http://www.boogietools.com/). I've used this in the past and it works great. It allows you to determine the cause of a rejected email (hard bounce, soft bounce, server unreachable, etc.) and then programmatically deal with it as

RE: Handling invalid recipient in mailing list

2015-04-03 Thread Robert Harrison
I agree that using a third part service is highly desirable, but depending on the integration and the client it may not be feasible. I clearly have clients that would never allow their mail list or the mail content to be placed on any third-party server for compliance and/or security reasons...

Re: Handling invalid recipient in mailing list

2015-04-03 Thread Kelly Matthews
Have any of you tried Amazon SES for email? I paid to clean my list and then started using them. I can send out 20,000 emails for $2. It’s so much cheaper. I do use a software program called Sendy in conjunction with Amazon which cost $50 (one time). Just thought I’d mention it, but it’s

Re: Sudden error with CFHTTP ans SSL

2015-04-03 Thread Claude Schnéegans
Payments were getting processed but the results confirmation didn't work. This is on Coldfusion 8. That was exactly the problem, on CF 9 also. the certificate needed is the Verisign G5 certificate In my case, the certificate I got from the Paypal site was a Symantec certificate. That is

Re: Sudden error with CFHTTP ans SSL

2015-04-03 Thread Michael van Leest
Verisign certificate products have been taken over by Symantec. 2015-04-03 18:54 GMT+02:00 : Payments were getting processed but the results confirmation didn't work. This is on Coldfusion 8. That was exactly the problem, on CF 9 also. the certificate needed is the Verisign G5

Re: Handling invalid recipient in mailing list

2015-04-03 Thread anene.quorium
Hi guys, I have a rule of thumb. NEVER DELETE ANY DATA. Be it an obsolete email, a diseased customer, etc. I just flag the as NOT TO BE USED. This is because over time, someone may decide to activate that data and become your next biggest buyer. Also, with respect to newsletters, I have over

Re: Sudden error with CFHTTP ans SSL

2015-04-03 Thread Al Musella, DPM
When I read these messages, I checked one of my old websites that uses paypal integration services and found that it stopped working. Payments were getting processed but the results confirmation didn't work. This is on Coldfusion 8. Thanks to this thread I found the problem and fixed it..

Re: Sudden error with CFHTTP ans SSL

2015-04-03 Thread Al Musella, DPM
So then is the symantec certificate newer? Should I also add that? What is the link to it? They have so many certificates on paypal Verisign certificate products have been taken over by Symantec. 2015-04-03 18:54 GMT+02:00 : Payments were getting processed but the results

Re: Sudden error with CFHTTP ans SSL

2015-04-03 Thread Michael van Leest
Best option is to contact PayPal support with that question. They should be able to point you to the valid certs. Good luck, Michael On Friday, April 3, 2015, Al Musella, DPM muse...@virtualtrials.com wrote: So then is the symantec certificate newer? Should I also add that? What is the

Re: Sudden error with CFHTTP ans SSL

2015-04-03 Thread Al Musella, DPM
Paypal support is useless. I contacted them 3 times for another issue last week and they couldn't help at all At 04:11 PM 4/3/2015, you wrote: Best option is to contact PayPal support with that question. They should be able to point you to the valid certs.

Re: Handling invalid recipient in mailing list

2015-04-03 Thread Rob Voyle
Hi Folks Robert details all the steps to keeping an email list clean and valid. Having done that in the past and for a list of 5000 addresses I would say it is a far better deal to go with one of the email newsletter companies. Having tried several I can highly recommend mailchimp

Re: Handling invalid recipient in mailing list

2015-04-03 Thread Maureen
+1 for Mail Chimp. I was preparing to post about this but Robert did a better job of explaining than I could. I never use anything but Mail Chimp for bulk mail sends. On Fri, Apr 3, 2015 at 10:29 AM, Rob Voyle robvo...@voyle.com wrote: Hi Folks Robert details all the steps to keeping an

RE: Handling invalid recipient in mailing list

2015-04-03 Thread Robert Harrison
It is true that using a service like Mail Chimp to validate a mail list is an easy way to validate a mail list, but the steps I detailed are a valid alternative for any full blown system you may be managing. I've written systems that have opt-in, opt-out features and utilize a variety of