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

Thread: mail

  1. #1
    Guest

    mail

    How can i send e-mail from an applet?


  2. #2
    Join Date
    Dec 1999
    Location
    Chonghe, Taipei County, Taiwan, R.O.C.
    Posts
    231

    Re: mail

    you may send your mail information to the server which relay your
    mail to the mail server to send your email. In the applet, it is no way
    to send your email to the mail server directly. in the middle server,
    you may consider JavaMail to take this duty used to send emails to
    the mail server.
    good luck
    Alfred Wu


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