Jump to content

Java problem -- sending email via JSP page

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
mrclubbie

mrclubbie

    Newbie

  • Members
  • Pip
  • 1 posts
Below is a copy of my feedback page

Basically, I am doing my work in a JSP page.

For now, my plan is that when I click on the ''submit'' button, everything written on the text boxes will be sent to my email (my hotmail address)

However, I do not know what are the codings needed (honestly speaking, I went up to Google to search but then, the codings are complicated and I don't know what is written) and neither do I know whether should I place all codings on one JSP page or place the codings for submission to my email on another JSP page.

Please help. Thank you.

http://i468.photobuc...edback_page.jpg (sorry you have to copy the link and paste on your browser)

#2
farrell2k

farrell2k

    Learning Programmer

  • Members
  • PipPipPip
  • 60 posts
sending email with java - Google Search

Returns quite a few examples that are easy to understand.

#3
josep

josep

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
You can also try this link

J2EE Tutorial - Send Email From JSP & Servlet