|
-
Mar 12th, 2002, 06:04 PM
#1
Thread Starter
Hyperactive Member
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.
-
Mar 13th, 2002, 04:14 PM
#2
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|