[ajug-members] Question for a wouldbe spammer
msyoung at metlife.com
msyoung at metlife.com
Thu Nov 10 17:49:42 EST 2005
>From the standpoint of error processing, I would send emails in very small
batches (3 at most?)
Otherwise, the SMTP server (depending on how picky it is) may reject the
whole email due to one bad email address or domain.
On the subject of valid email addresses, I would use a regular expression.
javax.mail.internet.InternetAddress only partially validates email
addresses (only the name to the left of the @).
-Mike
"Burr Sutter" <sutter at bravepoint.com>
Sent by: ajug-members-bounces at ajug.org
11/10/2005 04:38 PM
Please respond to "General AJUG membership forum (100-200 messages/month)"
To: "'General AJUG membership forum (100-200 messages/month)'"
<ajug-members at ajug.org>
cc:
Subject: [ajug-members] Question for a wouldbe spammer
Hello AJUG'ers,
I have to build an email blaster that allows my end-users to grab a list
of
their customers and send them all a common email. Some of these sets of
customers could easily hit 10,000.
I'm wondering if anyone has any experience in this area as I have a couple
of concerns:
a) To BCC or not to BCC that is the question. I can try to use the BCC
feature and put it through the SMTP as a single message. Or I can
individually address (a message per recipient) 10,000 html-based messages.
Any thoughts on either approach? My concern with BCC is that there may be
some limit as to the number of email address (bytes) the average mail
server
will handle. Plus, various spam filters at the customer site look for this
kind of behavior and prevent the messages from coming through. I'm not in
control of which email server will be used.
b) If I elect to use individually addressed emails then executing this bit
of logic in the web container seems potentially hazardous. I'm thinking
I'll need to run it async and outside of the web container process.
It should be noted that the customers have "opted-in" or subscribed to
receive these notices.
Companies that provide this service normally charge at least $500 a month
so
my customers wish to avoid using them.
AJUG uses MailMan and I've used MajorDomo before as well. However, my
end-users don't need discussions, just announcements and all their "lists"
are really just ways to look at their customers (all customers of a
particular type or living in Atlanta, etc).
Just looking for your thoughts. I plan to keep this as simple as possible
since I only have a couple of weeks to build the component.
_______________________________________________
ajug-members mailing list
ajug-members at ajug.org
http://www.ajug.org/mailman/listinfo/ajug-members
The information contained in this message may be CONFIDENTIAL and is for the intended addressee only. Any unauthorized use, dissemination of the information, or copying of this message is prohibited. If you are not the intended addressee, please notify the sender immediately and delete this message.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.ajug.org/pipermail/ajug-members/attachments/20051110/2a129d6c/attachment.html
More information about the ajug-members
mailing list