CrazyEngineers
  • Let's code an email alert tool in Java!

    ms_cs

    Member

    Updated: Oct 26, 2024
    Views: 957
    I want to create a email alerter that will alert[It means that it should play some sound selected by me] me whenever I am receive a new mail...I want to do it in java...Which concept can I Use..? Give some ideas..
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • niraj.kumar

    MemberMar 26, 2009

    Re: ALerTer

    import javax.sound.*; package .. search in google for sound java code .. you will get the example . But which mailing client are you using . If its microsoft outlook I think this feature is available ..
    Are you sure? This action cannot be undone.
    Cancel
  • ms_cs

    MemberMar 26, 2009

    Re: ALerTer

    niraj.kumar
    import javax.sound.*; package .. search in google for sound java code .. you will get the example . But which mailing client are you using . If its microsoft outlook I think this feature is available ..
    Yes...I can use javax.sound...Now I need Ideas for mail...I can't get you Niraj.
    How to use microsoft outlook for my program?
    Are you sure? This action cannot be undone.
    Cancel
  • ms_cs

    MemberMar 26, 2009

    Re: ALerTer

    No other replies...What is going wrong here..I dont know that....
    Are you sure? This action cannot be undone.
    Cancel
  • Kaustubh Katdare

    AdministratorMar 26, 2009

    Re: ALerTer

    ms_cs
    No other replies...What is going wrong here..I dont know that....
    That is because the title of of this thread does not give any idea about the contents of the thread. It could be more descriptive.
    Are you sure? This action cannot be undone.
    Cancel
  • ms_cs

    MemberMar 26, 2009

    Re: ALerTer

    @Big_K: I edited my thread to have the title as " Need Ideas for developing application that will alert me on new mails.." ..
    But it is not updated in computer-science-engineering forum...What to do...?
    Are you sure? This action cannot be undone.
    Cancel
  • Kaustubh Katdare

    AdministratorMar 26, 2009

    Thread can be edited only by the mods. I've updated the thread title. Let's hope we get some response here 😀
    Are you sure? This action cannot be undone.
    Cancel
  • ms_cs

    MemberMar 26, 2009

    Thank you Big_K
    Are you sure? This action cannot be undone.
    Cancel
  • shalini_goel14

    MemberMar 26, 2009

    ms_cs
    I want to create a email alerter that will alert[It means that it should play some sound selected by me] me whenever I am receive a new mail...I want to do it in java...Which concept can I Use..? Give some ideas..
    Explain your problem in detail Please. Have you any mail server kind of thing set up already? I guess when ever you are sending an email to the client side , the audio file can also be sent along with it. I mean someting like that can be done.

    If you will be more specific, it can be done.😀

    Thanks
    Are you sure? This action cannot be undone.
    Cancel
  • ms_cs

    MemberMar 26, 2009

    Assume that My java program is running...It will always runs as a service and It should have a listener which looks for a new mail and that should alert me whenever I receive a new mail...Is it posssible
    Are you sure? This action cannot be undone.
    Cancel
  • Kaustubh Katdare

    AdministratorMar 26, 2009

    As I understand it; only email alert tool needs to be coded. Something like you have in Outlook that pops up a message saying you have a new message in your inbox. Even Google Talk & Yahoo Messenger notifies of new emails.
    Are you sure? This action cannot be undone.
    Cancel
  • ms_cs

    MemberMar 26, 2009

    @Big_K : Yes , You are correct...That is what I want to code...
    Are you sure? This action cannot be undone.
    Cancel
  • shalini_goel14

    MemberMar 26, 2009

    ms_cs
    Assume that My java program is running...It will always runs as a service and It should have a listener which looks for a new mail and that should alert me whenever I receive a new mail...Is it posssible
    Yep it can be possible, can you show me your listener class?Even I got it what you were asking but when that outlook thing Mr niraj said , your reply was -"I could not get you niraj" . This created confusion for me. 😐
    Are you sure? This action cannot be undone.
    Cancel
  • ms_cs

    MemberMar 26, 2009

    I want ideas for coding that part ..
    Are you sure? This action cannot be undone.
    Cancel
  • ms_cs

    MemberMar 26, 2009

    in j2ee there is a option for sending mail..Am I right? Similar to that is there any option to notify that?
    Are you sure? This action cannot be undone.
    Cancel
  • shalini_goel14

    MemberMar 26, 2009

    ms_cs
    in j2ee there is a option for sending mail..Am I right? Similar to that is there any option to notify that?
    Yep you are 100% right, it is Java Mail API.
    Are you sure? This action cannot be undone.
    Cancel
  • ms_cs

    MemberMar 26, 2009

    Is there any option available in j2ee to listen for receiving mails...
    Are you sure? This action cannot be undone.
    Cancel
  • shalini_goel14

    MemberMar 26, 2009

    ms_cs
    Is there any option available in j2ee to listen for receiving mails...
    ms_cs, if possible go through Java Mail API thing and javax.mail package, it do sending, receiving , deleting , forwarding ,replying mails , sending attachements and everything.

    Hope it can be of any help. 😀

    Thanks
    Are you sure? This action cannot be undone.
    Cancel
  • ms_cs

    MemberMar 26, 2009

    Of course..How to alert like gmail and yahoo as Big_K said, while receiving messages
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register