| Author |
Sending HTML form to group email
|
Mohammad Sufiyan
Greenhorn
Joined: Jan 21, 2012
Posts: 2
|
|
Hi Friends,
I am sending HTML form to group email ID, its a survey email. On form submission, request is coming to one JSP which performs other operations. I am trying to find out the email id from where this form submitted. As I am sending to Group email id, I don't know who will take this survey or from where I got form submitted request.
Please let me know any way to achieve this.
Thanks..
|
 |
Kumaravadivel Subramani
Ranch Hand
Joined: Jul 05, 2008
Posts: 159
|
|
Welcome to javaranch :)
Just send the url of the survey form page to email Id's, when they click on the link you can display and do necessary actions on it.
|
No pain, No gain.
OCJP 1.6
|
 |
Mohammad Sufiyan
Greenhorn
Joined: Jan 21, 2012
Posts: 2
|
|
Thank you for the reply.... Okay, if I send the HTML form link instead of HTML form then also how can I know the email ID of the person who have clicked survey form link.
Thanks.
|
 |
Dileep donepudi
Greenhorn
Joined: Jan 24, 2012
Posts: 2
|
|
Hi Sufiyan,
why don't you include a separate field for capturing the user email address...so that you can handle the mail id very easily..
or else you can use the remote User() method ..to get the user details..
|
 |
 |
|
|
subject: Sending HTML form to group email
|
|
|