On 7/5/07, Dick Davies <[EMAIL PROTECTED]> wrote:
On 05/07/07, Christian Schleif <[EMAIL PROTECTED]> wrote:
> Hello,
>
> i'm currently setting up a roller 3.1. Now I want so enable email
> notification, but I don't know how?
> The install guide said that I had to add following lines to the roller.xml:
> <Resource name="mail/Session" auth="Container"
> type="javax.mail.Session"
> mail.smtp.host="mailhost.example.com" />
>
> But what are the arguments for mail username, mail password und using ssl ?
Shouldn't those be defined in the Javamail session itself?
In Roller 3.1 we rely soley on the Mail Session resource provided by
Tomcat. So if Tomcat doesn't allow username/password we are out of
luck. As far as I know, Tomcat does not.
In Roller 4.0 that will change and it will be possible for Roller to
configure it's own mail session.
- Dave