Hello !
Since I'm really getting out of patience and time, I beg for your help !
I'm sending email via SMTPAppender.
Everything works fine when the application runs on my laptop. Emails are sent and received.
When I put it on a *nux box, with of course, everything exaclty configured the same, emails are not send anymore !
I get a
501 Usage HELO hostname
exception.
The smtp server is reachable, of course. That's really the EHLO command that fail...
Same code, same configuration, same jars, aso...
But something is getting wrong on the linux box !
I ran into every existing
doc I found on javamail, log4j and so, but didn't found an answer to that issue...
Can anyone give some help ???
Thanks in advance !
A (mad)
J2EE developer.