CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Java Mail API

  1. #1
    Join Date
    Sep 1999
    Location
    Mainz, Germany
    Posts
    20

    Java Mail API

    Hi
    I have got a problem. I got a project at my work in that I have to send in the end a few files to another user by eMail.
    The whole project is ready with the only problem: The mail isn´t working and I only have got time until Friday to make it ready.
    Can anybody tell me how to make a program that sends a file to another user by eMail ? The Computer I am using with it is in a network and this is the whole time in the Internet ("Standleitung"). I don´t know how to program this and I am going to loos my nurvs.
    Who can help me ?

    Thanks a lot for now
    Erbeere


  2. #2
    Join Date
    May 1999
    Location
    Maharastra, India
    Posts
    32

    Re: Java Mail API

    Hi,

    Try some thing like this.

    First of all are you using Java Mail API

    If yes, then you have some classes like MimeMultiPart, MimeBodyPart. These classes provide methods to attach files.

    If it is not clear mail me to [email protected]

    Regards Jags


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured