On Tue, 2002-04-09 at 11:42, Mark Kaye wrote: > > -----Original Message----- > > From: Guillaume Thomassian [mailto:[EMAIL PROTECTED]] > > > > It seems to me the only parameter is mail.server, but I > > didn't read enything about specifying the port... > > > > Any idea ?
Check the java mail site: http://java.sun.com/products/javamail/index.html We don't pass the any port configuration info through but you can probably set a system property that java mail will obey. > Just a guess, but have you tried colon notation i.e.: > > smtp.yourhost.net:25 > > No idea if this would work but worth a try. > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
