Hi all, I created a link that when you press on it - it opens the default email program (code above)<span wicket:id="emailText"/> <#> and then add a label into the link like: ExternalLink link = new ExternalLink ("email", "mailto:" + user.getEmail()); link.add (new Label ("emailText, user.getEmail())); item.add (link); My question is - how can I attached File to the mail? Thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/create-link-to-email-with-attached-file-wicket-tp4658584.html Sent from the Forum for Wicket Core developers mailing list archive at Nabble.com.
Please, send this kind of mail to the user mailing list
([email protected]).
BTW, I think you need to use a further parameter to specify the
attachment (like "&attachment="/my_location/file.ext").
- create link to email with attached file wicket oliver.stef
- Re: create link to email with attached file wicket Andrea Del Bene
