0

Anyone have code for send mail in a javaFx app?? I want to send a mail when I click a button after giving email and the messge through javafx GUI

Pro Gram
  • 1
  • 1
  • 3
  • Possible duplicate of [How can I send an email by Java application using GMail, Yahoo, or Hotmail?](http://stackoverflow.com/questions/46663/how-can-i-send-an-email-by-java-application-using-gmail-yahoo-or-hotmail) – fabian Sep 17 '16 at 23:10

1 Answers1

2

This is not really a JavaFX question because sending mails is not JavaFX specific. Have a look at JavaMail to learn how to send mail in any Java program.

mipa
  • 10,369
  • 2
  • 16
  • 35