【发布时间】:2014-12-25 21:41:13
【问题描述】:
如何从meteor.js 中电子邮件模板正文中的html-forms 传输数据?文档就是一个例子:
Meteor.call('sendEmail',
'alice@example.com',
'bob@example.com',
'Hello from Meteor!',
'This is a test of Email.send.');
但它确实只通过字符串值传达提前。如何从表单中传输数据?
【问题讨论】:
标签: javascript email meteor forms