How do I send emails in Java?
Posted
by Cris Carter
on Stack Overflow
See other posts from Stack Overflow
or by Cris Carter
Published on 2010-03-19T12:57:25Z
Indexed on
2010/03/19
13:11 UTC
Read the original article
Hit count: 929
Hey. I currently want to develop a simple program in Java that sends out email. Not just a few emails, but actually a lot (10k+) I have a subscribers list that all agree to it, by the way.
Anyway, I cannot send these emails via Gmail or anything like that - They do not allow that many emails to be sent. So the basic question is: How do I send emails by making the actual sending computer an email server?
I'm sure I should use some libraries, I heard about ChillKat or something like that.
Could anyone explain / help me out? Would be very much appreciated.
© Stack Overflow or respective owner