Raspberry pi email Problem

I need help with my project. I am working with raspberry pi 3+ the email widget is not working in the code whenever I run the code it displays me an error

blynk.email(“m************@gmail.com”,“Smart Door ”,“Door Is lock”);
^

SyntaxError: Unexpected token ILLEGAL
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:414:25)
at Object.Module._extensions…js (module.js:442:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:311:12)
at Function.Module.runMain (module.js:467:10)
at startup (node.js:134:18)
at node.js:961:3

what shoud i do