Is it possible your smtp relay host doesn't use port
25? (If I remember correctly, GMail uses 465)
If so, you may need to declare an additional property
mail.smtp.port
Or if there is anything else that is unusual about
your relay host you can find the additional attributes
here:
http://java.sun.com/products/javamail/javadocs/com/sun/mail/smtp/package-summary.html
--- Jonathon -- Improov <[EMAIL PROTECTED]> wrote:
> Yes, I did. It's on ('Y'). The error message in
> console.log is "unable to connect to mail store".
>
> Chris Howe wrote:
> > did you see the property in general.properties...
> > mail.notifications.enabled=Y
> >
> > --- Jonathon -- Improov <[EMAIL PROTECTED]> wrote:
> >
> >> On a machine where I'm able to send emails out
> using
> >> `sendmail', can I do the same with OFBiz? Or
> >> does JavaMailContainer require some special SMTP
> >> setup?
> >>
> >> I've tried entering into
> >> framework/common/config/general.properties values
> >> for properties
> >> "mail.smtp.relay.host", "mail.smtp.auth.user" and
> >> "mail.smtp.auth.password". I used values that I
> >> know should work (like the credentials of the
> SMTP
> >> server I am currently sending this email out
> >> with). Doesn't work.
> >>
> >
> >
>
>