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
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
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
OK that's clarified matters.
Thanks for the advice.
Chris