×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT技术讨论 / My friends, how can I send an email through Java in Visual Age or WebSphere? Just like the "send me an email if replies" used in ROLIA. Thank you very much!
    Thanks very much to everyone who give me much help on Online Bank. I got enough information in ibm/redbook. Thanks again!
    • I think you need to setup a SMTP server and use Java Mail API in your code to compose and send email via that server.
      • Thank you eglington! The problem is that: Visual Age 3.5.2 or WebSphere3.5.3 doesn't support javax.mail.*. What can I do? Can I IMPORT the javax.mail.* into the Visual Age or WS? tks!