Do I need a email server? Please help

Hi,
currently my school project needs to create a email system that send reminder and notice to users. However, we are unable to tap the school email server, I am using my own pop3 account (my ISP). I dun think it is a good way. Do i need an email server to make the system more appropiate? If yes, any email server to recommend?? Please guide..thanks

you don't need an email server to send mail. Just write a small "main" class that opens a socket to whatever domain you're sending to (ex: hotmail.com) on port 25. Then just use all the SMTP commands:
http://www.ietf.org/rfc/rfc0821.txt
Basically, you'll have a conversation with their server, something like this:
//FOR READING WHAT THE SERVER SAYS
BufferedReader in = new BufferedReader(new InputStreamReader(sock.getInputStream()));
//SO YOU CAN RESPOND
PrintStream out = new PrintStream(sock.getOutputStream() );
//STORE THEIR RESPONSES
String strResponse;
//SEND IT CONNECTION OK, YOU REACHED...
out.println("220 mail.myserver.com SMTP Server (Billy Bob's Personal Server v5.0) ready");
out.flush();
strResponse = in.readLine();
if (strResponse.equals("EHLO") || strResponse.equals("HELO"))
     out.println("250 mail.myserver.com");
     out.flush();
etc...Now, it won't actually be "EHLO" or "HELO", it'll probably be that plus their name or something. So maybe: "EHLO mail.yahoo.com". Anyways, don't worry about all that. You can get that info at the link I put above. it'll do the assignment, and be more fun!

Similar Messages

Maybe you are looking for

  • Read statement is not supported in the BADI?

    Hi,   Iam using read statement in the BADI.But iam getting error "READ dbtab" is not supported in the OO Context.How to change the below logic. BADI Parameters is NEW_INNNN  importing type WPLOG. My code is : data: t_INNNN like NEW_INNNN. data: wa_IN

  • Problem with desktop aplication

    Hello, I have a problem with logging in creative cloud desktop applications. when I enter an Adobe ID and password, so do not register the application and return me back to re-enter your username and password, and so forth ..

  • Button not working on my Iphone 5

    I just got the IPhone 5 less then two months ago and the button on top of the phone does not work anymore has anyone else have had this problem as well? I am really upset that this expensive phone is already broke in less then two months. I never onc

  • OIM 11g Installation : Configure OIM server failed

    Hi, I'm facing problem in configuring the OIM server and Design console. Configure OIM Server Error Exception occured while encrypting the configuration and database Step Configure OIM Server failed Here is the description of the error from the log f

  • Cant turn on genius

    i have installed itunes 10.4.0.80 on windows vista everything works except genius it says i have a bad connection or store is busy - this is lies my internet connection is fine - i have run diagnostics they say everything is fine i have reset my innt