Wiadomosc od Philip Mark Donaghy z 2006-04-14 04:01 brzmiala:
Yes the port is 25, telnet works fine. Got the 220 response.
OK. What does "InetAddress.getLocalHost().getHostName()" return in your
system? It seems that smtp.free.fr does not allow "hello" command
without a host name following. Is this configurable it the bean?
Something like:
<property name="localhost"><value>localhost</value></property>
could help (not sure about the property name).
Basing on javamail api, maybe try extending the bean with something like:
<property name="javaMailProperties">
<props>
<prop key="mail.smtp.localhost">localhost</prop>
</props>
</property>
--
pozdrawiam,
Jacek Wislicki
[EMAIL PROTECTED]
tel.: +48 502 408 444
gg: 2540358
skype: jacek_wislicki
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]