Triggered Email NOT Sending

Hello,

Practicing a simple code used from your wix tutorial page and it is not sending an email to the member.

Please help!!

My Code:


The dataset is saving the information but my “Test” email template is not being sent.

Any suggestions??

Hi, Shaneice Williams .

I recommend that you insert the following command:

console.log(err);

right after the catch. Hopefully, an error is being thrown and the error in the console could give you insight WRT why the e-mail is not getting sent.