Results 1 to 4 of 4
- 03-07-2011, 03:26 AM #1
Member
- Join Date
- Mar 2011
- Posts
- 30
- Rep Power
- 0
Plz give me the code of following simple problem..
Write a program that reads email address from user and check whether email address is valid or not and separate out email id from email server name.
If input is abc@xyz.com Output:
It is valid address
Email id: abc
Email server address: xyz.com
- 03-07-2011, 03:39 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 26
This is a forum, so on what you've stuck with? I don't think anyone here wants to write code for you. Show us your effort, then only we can help you out.
- 03-07-2011, 03:49 AM #3
Member
- Join Date
- Mar 2011
- Posts
- 30
- Rep Power
- 0
@Eranga
Thank u Eranga for the advice...Even I dont want this but i have no idea plz help me out if u can.....I m just a beginner
- 03-07-2011, 03:54 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 26
Ok, the logic is something like this. If you know the id and the mail server you can sent a mail request to the email server and check it's exist or not. Mail servers has different responses based on your request.
Similar Threads
-
pleae give me a code
By Quezza in forum New To JavaReplies: 3Last Post: 01-07-2011, 01:59 AM -
Problem with simple code in Java ME SDK 3.0
By marvas in forum CLDC and MIDPReplies: 0Last Post: 10-13-2010, 06:58 PM -
hi iam new to this iam doing project , and had this problem pls give solution
By srikanthkgm in forum NetBeansReplies: 0Last Post: 02-24-2009, 02:40 PM -
simple problem - code wont compile
By dirtycash in forum New To JavaReplies: 1Last Post: 11-20-2007, 05:49 PM -
problem with a simple java code
By boy22 in forum New To JavaReplies: 2Last Post: 08-03-2007, 02:46 AM
Bookmarks