how to send 2300 emails without errors?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Hi. Digging this up in case you're still looking for an update.

I've just made two extremely quick releases with a small change in each. The changes actually modify (subtly) the way Swift specifies a mail encoding format in multipart messages and also remove nesting completely from the parts. It's possible, though I'm not 100%, that hotmail may score these re-structured mails differently now. I'd really love to hear from you if you can test this latest release.
alexus
Forum Contributor
Posts: 159
Joined: Fri Jul 04, 2003 10:49 pm

Post by alexus »

I assume the relise posted on the main swift website?

Also one very interesting thing, I just run the test list and gues what? For some reason I gor my emai delivere to hotmail :-) (the size of the list is 5 emails) So, I will try bigger list now = 76 emails and then the biggest 2300, lets see if that works...

Another thing that i still having problems with is real time output, it just doesnt work for me with big list :-(, so what im thinking to do is to modify your verbose scrit and make it to record all failed emails to the database instead of echoving them, in this case i will be able to see all dead once even if i close the browser.


EDIT:
Jst added DB recording of bad emails, but im my secons sending the email didnt reach hotmail anymore, hm


PS: how to I upgrade to new swift? do I have to replace everything?
Post Reply