Sending mail from a java app without using an external SMTP server
Posted
by Andrew
on Stack Overflow
See other posts from Stack Overflow
or by Andrew
Published on 2010-06-11T11:10:01Z
Indexed on
2010/06/11
11:12 UTC
Read the original article
Hit count: 296
JavaMail requires that you specify an external SMTP server when sending mail. I want to have my java app send email directly without having to use an external SMTP server such as postfix or sendmail.
Can anyone recommend a library which provides this kind of functionality? Ive done some googling and have come up with nothing.
© Stack Overflow or respective owner