Results 1 to 4 of 4

Thread: Is Email server enabled with JavaMail API

  1. #1
    Join Date
    Feb 2009
    Posts
    56

    Is Email server enabled with JavaMail API

    Hi,

    I have a little Problem with my email services in JavaMAil API. What is the my Server host? I mean how can I obtain such an information? I believe it's not properly described as question, but.... Thanks in advance...

    Regards,

  2. #2
    Join Date
    Dec 2008
    Posts
    69

    Re: Is Email server enabled with JavaMail API

    If it's the e-mail server for the company you work for, find the administrator and ask them. Yes, really. Just ask.

    If it's a web server like Gmail, then there should be some documentation on how to connect to the server using mail programs. For example if you configured Microsoft Outlook to connect to your web mail, you will already have put the name of your e-mail server into its configuration somewhere.

    If this doesn't help, then post again with more details about your specific situation.

  3. #3
    Join Date
    Jan 2009
    Posts
    143

    Re: Is Email server enabled with JavaMail API

    JavaMail API provides a complete set of abstract classes defining objects that would comprise a complete mail system. With this API, Java has given developers a platform from which they can create their own mailing system app that can not only send but also receive messages. The JavaMail API has support for different messaging system implementations like Message class for messaging details such as subject line, etc, store class for different message privileges like read, write, etc, and Transport class for message sending over a particular protocol.
    Yes and I suppose it is enabled with the Email server.

  4. #4
    Join Date
    Jan 2009
    Posts
    108

    Re: Is Email server enabled with JavaMail API

    The init() and destroy() method also. Then in the Properties we have set all the parameters for forwarding the mail. The MimeMessage initiates the session that will use the Properties parameters and set the values from the feedback form and configure the message body.

Similar Threads

  1. Email Server
    By V S in forum Networking & Security
    Replies: 3
    Last Post: 11-07-2011, 01:53 PM
  2. HP MediaSmart Server - Itunes will not stay enabled
    By Fausty in forum Networking & Security
    Replies: 7
    Last Post: 08-09-2010, 05:59 AM
  3. Replies: 4
    Last Post: 20-04-2010, 11:56 AM
  4. JavaMail to send a mail
    By New ID in forum Software Development
    Replies: 5
    Last Post: 05-02-2010, 04:00 AM
  5. How to find out that wake on lan is enabled on my server
    By GANGSTA in forum Networking & Security
    Replies: 4
    Last Post: 26-02-2009, 07:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,885,971.13563 seconds with 16 queries