I have to develop a javamail code and m facing the following problem....
When a user fills-up an online-form, an automated mail goes to the authorized person, this means i can hardcode the "TO address", but the "FROM" address should be the userid of the MS outlook configured on the clients system, ie clients outlook userid...
How can i do this....
Can somebody help me in solving this problem?
-
Java Mail (1 messages)
- Posted by: Badal Jain
- Posted on: July 29 2004 04:53 EDT
Threaded Messages (1)
- Java Mail by Rene Zanner on July 29 2004 10:11 EDT
-
Java Mail[ Go to top ]
- Posted by: Rene Zanner
- Posted on: July 29 2004 10:11 EDT
- in response to Badal Jain
Hi,
if you use JavaMail, you cannot "automagically" retrieve the Outlook user id, because the mail is not send via Outlook.
You have to retrieve the FROM address in the form, that means the user has to fill in some field with his email address or "Outlook-ID".
Cheers,
René