Results 1 to 2 of 2

Thread: Send email

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    448

    Send email

    how can i have someone send me a email with out their email. it would be like haveing me suply the email adress and they send the mail to it. it is so that people can sign up for page.

  2. #2
    Addicted Member
    Join Date
    Nov 2001
    Location
    Yewston, Texis
    Posts
    240
    The technique commonly used is to write an html form that you present to your users that gathers whatever information you ask them for. Then you write a servlet or JSP to read the results.

    Finally, using the SmtpClient object in your servlet or JSP, you send the email to your account. That means that the web server itself is sending the email, which is common practice.

    cudabean

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width