Meteor contact form mailer error

85 Views Asked by At

Trying to implemented the meteor-contact-form package into my meteor project and I keep receiving this error upon submission of contact form. I followed the guide on the github and am unsure why I keep getting this error.

Exception while invoking method 'sendEmail' ReferenceError: check is not defined

Not sure if I need to do more than what is on the github repo. Can anyone guide me through what needs to be done.

https://github.com/bredikhin/meteor-contact-form

1

There are 1 best solutions below

0
On BEST ANSWER

Have you added the check package? meteor add check