Hi please i like to know how emails are send using java.Thanks

Recommended Answers

All 3 Replies

There are tons of examples online. Also several libraries just for this.
Please look into something before just asking.

Email mail = new Email();
mail.send();

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.