new (default mail client) message

Hi,is there any posibillity to open a new outlook or some others default mail client window and send an email with attachments?i mean, i have a web-app and i dont know what smtp host the users really usethanx a lotvedran
[255 byte] By [bvlgaria] at [2007-10-3 10:12:19]
# 1
See the java.awt.Desktop class in Java SE 6.There's also a java.net project that provides such support forolder versions of Java SE.
bshannona at 2007-7-15 5:32:30 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
java.awt.Desktop.... I don't see there the support for an attachment :(
bvlgaria at 2007-7-15 5:32:30 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...