• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JavaMail won't send mail

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi , I am trying to send mail through Javamail, using NetBeans IDE
Every thing seems to work fine, the data which I have entered saves into he file, but the email won't send.
I have added the activation.jar and mail.jar in the libraries folder

index.jsp



AddToEmailListServlet.java (Servlet)



User.java (java class)



UserIO.java (java class)


MailUtilYahoo.java (java class)




display_email_entry.jsp



Capture.PNG
[Thumbnail for Capture.PNG]
 
Marshal
Posts: 28177
95
Eclipse IDE Firefox Browser MySQL Database
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There's a lot of code there, but not much about the problem. Are you getting exceptions thrown? If so, what does the stack trace look like. Are you sure your code is connecting to your chosen SMTP server? You turned on SMTP debugging, so what output are you getting from that?
 
Something about .... going for a swim. With this tiny ad ...
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic