[xwiki-devs] Send Mail From XWIKI page.
Hello, I am having javascript variables in xwiki pages. I want to send those variables in mail from xwiki. Can any one help me. -- Prathap
Prathap Pandian wrote:
Hello,
I am having javascript variables in xwiki pages. I want to send those variables in mail from xwiki. Can any one help me.
You just need to send those variables back to the server using either a form or an XmlHttpRequest, to a page that will send the email with the parameters received in the request. -- Sergiu Dumitriu http://purl.org/net/sergiu/
Can i have any sample for this...? -- Prathap On Tue, Jun 24, 2008 at 11:27 AM, Sergiu Dumitriu <[email protected]> wrote:
Prathap Pandian wrote:
Hello,
I am having javascript variables in xwiki pages. I want to send those variables in mail from xwiki. Can any one help me.
You just need to send those variables back to the server using either a form or an XmlHttpRequest, to a page that will send the email with the parameters received in the request. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (2)
-
Prathap Pandian -
Sergiu Dumitriu