Re: [xwiki-users] Sending emails with attachments from XWiki page

2011-05-11 Thread Caleb James DeLisle
I myself don't know, that's why I linked you the source ;) If someone else knows the magic maybe they can help you. Caleb On 05/11/2011 03:22 AM, Alexey wrote: > Thank you for clarifying the part concerning the mail sender plugin! > > I could not find file attachments being used in the invitatio

Re: [xwiki-users] Sending emails with attachments from XWiki page

2011-05-11 Thread Alexey
Thank you for clarifying the part concerning the mail sender plugin! I could not find file attachments being used in the invitation application however, could somebody explain how I can implement uploading files and attaching them to the email? On Wed, May 11, 2011 at 9:37 AM, Caleb James DeLisl

Re: [xwiki-users] Sending emails with attachments from XWiki page

2011-05-10 Thread Caleb James DeLisle
The mail sender plugin does use the obsolete plugin mechanism rather than the new component system. There is however no replacement for it so it is still the current method of sending email. Here's the code for it: https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-plat

[xwiki-users] Sending emails with attachments from XWiki page

2011-05-07 Thread Alexey
Hello. I need to make a page where a person could send an email with an attachment to a predefined address. So basically i need a input field that would allow to choose a file to attach, then the file would be uploaded to the server and sent as an attachment. I've found this extension http://exte