I think that I am very confused.
I am developing an application right here in my machine. My application is about building a web site that allow users to fill out a mail message form (To: Subject: Message: ) and click on the 'send' button.
By just taking a look at the first SUN tutorial example. After we compile the msgsend.java, at the DOS prompt, we do:
C:\javamail-1_3_1-upd\javamail-1.3.1\demo>
java msgsend -o from@address -M SMTP.Server to@address
it says that -M SMTP.server
1. What should we actually put after the '-M'. Is SMTP.server equivalent to IP address?
2. I think that my machine name is 131.167.241.117 because it is what I have found by typing
what is the role of my machine name playing in this whole thing?
3. if I use the Outlook SMTP (the Outlook is provided by the Organization that I am working at), I think that I have to find out the DNS name/IP and place it after '-M'. Is it correct?
4. I am able to see the Microsoft Exchange Server under the MS Outlook Tools --> Options --> Mail Setup --> Email Accounts. There is no 'properties' (I right-clicked my mouse at many places) for me to see. I only found something like: ws-bso-msel.milky-way.MyCompanyName.org
Does it look like it is the SMTP.server?
5. If I download a free source SMTP server, what is or how do I find the DNS name/IP for that server? (Am I asking the correct question?) Do I need a domain (aquire it somewhere)?
6. can the from@address be any address?
[ September 16, 2004: Message edited by: JiaPei Jen ]