On Jan 19, 2009, at 2:20 PM, JensToerber wrote:
b) You have to be very careful with the properties:
# "25" not allowed, not even 25<blank>, but
mail.smtp.port=25
# "smtp" not allowed, not even smtp<blank>!!
mail.transport.protocol=smtp
# "smtp.web.de" not allowed, but
mail.smtp.host=smtp.web.de
, hence you have to be very careful and the values you specified do not
work.
Description
On Jan 19, 2009, at 2:20 PM, JensToerber wrote:
b) You have to be very careful with the properties:
# "25" not allowed, not even 25<blank>, but
mail.smtp.port=25
# "smtp" not allowed, not even smtp<blank>!!
mail.transport.protocol=smtp
# "smtp.web.de" not allowed, but
mail.smtp.host=smtp.web.de
, hence you have to be very careful and the values you specified do not
work.