Hi list.
This is not Pylons-specific but I think a sort of "ensamble" point of
view is needed, and since I'm working with the framework and strongly
agree with its principles, here it is.
I want to email thousands recipients from my application; in despite
of ease I need the user to send the message using her mail agent to
benefit from custom signature, external archiviation, Exchange
backing, ...
At the moment the application pops up several mailto requests, one
every 50 recipients - this is due to some limit in the number of
addresses handled by agents (or in the length of urls?), but this
doesn't scale up as the number of addresses grows.

So I had the enlightenment: creating a mailing list with needed
addresses, emailing the list from the client agent, then trashing the
list. I fell on GNU Mailman that seems to integrate neatly with
Postfix and has ad-hoc command line interface.
Now the questions: did I blow up my mind? May it worth the effort? Did
you ever need something like that? Maybe I'm missing a simpler gear to
accomplish this, for instance I have no clue on how to detect whether
a message has been delivered by Mailmain, so that I'm free to clear
the list.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to