Results 1 to 3 of 3

Thread: Are JavaMail Sessions exposed via JNDI?

  1. #1

    Default Are JavaMail Sessions exposed via JNDI?

    Hi,

    I am trying to configure mail sending from my cloud destined Grails application.

    Does anyone know if there are Java Mail Session instances exposed via JNDI I can use?

    Thanks in anticipation.

    Chris

  2. #2
    Join Date
    Jun 2005
    Posts
    102

    Default

    Chris,

    I would just use non-JNDI based JavaMail API.

    I would also recommend sending email via one of your own email servers (or a 3rd party host email) rather than directly from EC2 to avoid spam-filter issues.

    Chris

  3. #3

    Default

    OK that's clarified matters.

    Thanks for the advice.

    Chris

Tags for this Thread

Posting Permissions

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