Hello,

I have my database application containing all the customer information. The application is linked to my SQL using jdbc driver. I would like to know if it is possible to send email automatically every months(like a newsletter) with netbeans? If yes, how can I do it?

Thank you.

Recommended Answers

All 3 Replies

with netbeans? don't see why you would want to use netbeans for something like that, I mean: you don't use your car to mow the lawn do you?

if you mean: with code written in Java, sure. why wouldn't you be?

If you Google Java send email you will find lots of examples of how to send emails from your Java program. This has nothing to do with whether or not you use Netbeans.

I have used php in the past, however I wasn't sure if you could do that in java. Anyway thanks for your help guys.

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.