标签: meteor
我使用此代码通过客户端发送电子邮件,电子邮件发送正常但事情是这种方法运行速度很慢。我错过了什么吗?
Meteor.methods({ sendEmail: function (/*...*/) { // ... Email.send({ // ... }); } });