jonty rhodes

Greenhorn
+ Follow
since Feb 12, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by jonty rhodes

i tutor 8th graders in toronto, ontario..Can you beleive it, it was one of their math puzzle assignments..So, yeah i know the answer but won't spoil it for other..Its NOT 19 though..
19 years ago
Its working now!!. Thanks alot guyz for not giving up on me. I really appreciate it. I downloaded a SMTP server. and thats all it took. Thank you very much for leading me to right path.
20 years ago
Could you please tell me where to install a SMTP server from? and what to do if my ISP is using port 25?. Thanks alot in advance. I think we're getting closer to making it work. THanks
20 years ago
My ISP is rogers high speed in toronto. I called them and thats what they gave me for their outgong mail server ("smtp"). I followed your advice and changed it to "smtp.rogers.com" . Its still giving me the same runtime error. Any other suggestions?. I really want to ge this working. So, Please if theres anything else that can be done, let me know. THanks in advance
20 years ago
Here's my code for sending. As i said earlier, it compiles fine. I'm also able to send out email using outlook and have used the same settings here.
20 years ago
Take it easy guys. A simple " no, you can't deactivate it" could have send the message across as well. What a way to help a begineer learn.
20 years ago
Can anyone please help me out? I have wrote a java program that sends out emails. It compiles fine and when i run it . gives me the following error

I'm thinking its a firewall issue. But don't know how to detect it and then de-activate it. Any suggestions would be greatly appreciated
20 years ago
Hello,
I wrote a program that sends out an email, My smtp setting are set properly
but it still doesn't run. Could anyone tell me how to detect if p.c is behind a firewall and then how to de-activate it. When i ping local host i get the following:

but wheni rry to ping hotmail or some other site i get the following:

Could someone plz explain to me what the above msg means?. And how to detect and then de-activate a firewall. Any help or suggestions would be greatly appreciated. Thanks
20 years ago
Hey Steve,
Thanks for the quick response. I'm not behind any firewall. I'm in toronto area so that doesn't affect me. I have double checked my setting and the username and password matches. I don't know what else to do. Any other suggestions??..THanks for your input..
20 years ago
I'm a beginner to java. I have written a program that send out email. It compile fine but when i try to run it , it gives me the following exception

This is my program:

Could someone plz help me out with this or point me to the right direction. My ISP is rogers hi speed. They told me hostname of SMTP server was "smtp". When i try "ping smtp" command in DOS. I get the following

I have no idea what that means. Any help or suggestions would be greatly appreciated. THanks
20 years ago
Thanks alot James and Dymitry. I'll try it..i really appreciate your quick response. Now, i can finally get to programming.
20 years ago
Hello,
I'm a newbie to Java programming. I want to write a program that will send out emails. So far, i know use Javamail, you need to download Javamail API and place it to your classpath. COuld someone please help me out with the following questions before i start programming.
1. How do i get the host name for SMTP server? ( My ISP is rogers cable in toronto)
2. i don't have outlook express setup. I want to use my hotmail account to send out emails. can i send out email from different domains: yahoo, hotmail using the hostname of SMTP server of my ISP provider?
3. If anyone's using rogers highspeed. COuld you tell me the hostname because i called them up and they told me the hostname is simply"smtp". Rogers don't have the reputation of answering questions correctly.
Any help would be greatly appreciated. THanks a lot.
20 years ago
Hello,
I'm very new to Java mail. For hostname, i called up my ISP (rogers high speed cable in toronto) and got the name to be just "smtp". Every tutorial i have seen uses more than that for the hostname(after compiling my program, i got "can't connect to SMTP server" during runtime) . Could someone using Rogers high speed internet , plz verify if thats the correct host name and if theres something else i need.
I apologize if this is not the correct forum to ask this. Thanks for any help!.
Regards
20 years ago
After searching google, i finally solved the problem..didn't copy that jar file to my Java_home. Thanks Ray for your input.
Once I copied the jar file to ...\jre\lib\ext in both installations it worked. Well, at least it connected to the database
where is that directory?. I really need help on this. This is the first step of learning about database operation using Java. Help would be greatly appreciated.