Mailing library dedicated to sending

Asked 2 years ago, Updated 2 years ago, 31 views

Do you have a mail delivery library that is less dependent (running alone)?
It's not for JavaMail, it's for notification, so I'd like a simple one just to send.
(Do not create or go through mail servers)
Something like the sendmail command in CentOS is ideal.

java

2022-09-30 11:59

1 Answers

There is also Apache Commons Net from the perspective of handling SMTP in Java.

Although jar is not small, it also includes protocols such as FTP and NNTP.


2022-09-30 11:59

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.