I actually use the script to send our customer mailings, so now it works
.
http://pypersomail.sourceforge.net/
Some features:
- sending personalised emails 1 by 1, using CSV file as input
- throttling: the script waits for 60 seconds between batches of 500 mails, otherwise it can bring its SMTP server on its knees
- progress: print a line of logging every 250 messages, so you see what’s happening
TODO:
- automatically generate TXT template from HTML template
- check for email address syntax (e.g. wrong TLD, no ‘@’ sign, …)
- send summary information to source email address when finished
- find some system for processing of bounces
- use a black-list of people never to send anything to
Related posts:
- Facebook tricked me into my own spam FAIL So I decided to let Facebook check my Gmail contact...
- Idea: using a URI for sending email In order to send an email over SMTP, you need...
- Fancy redirection on IIS 5 The task seemed easy enough: set up a new web...
- Beware: activity on winadmin.sourceforge.net ! I just created a new WinAdminscript to do XSL Transforms,...
- Bob Flora is a spammer Dear Mr. Bob Flora, you are probably a collaborator for...

0 Responses to “pyPersoMail updated to v0.2”