Java Mail API: send emails via corporate outlook acount

Viewed 98908

I want my program to be able to send emails from my corporate outlook account. I looked at many JMA examples the do not seem to be what I want.

  1. Where can I find simple examples of sending mails via outlook?
  2. Should I move mailing system to separate service-application? and if so, why?
4 Answers
Related