Create Button - Deluge Script Problem

Create Button - Deluge Script Problem

Process I'm trying to create:
- A lead is already created
- Salesperson has to submit lead for approval using a button
- This will go to me

So I've created the button and want it to send an email for me to approve. But I'm getting lots of error messages as I'm not a coder. Help please?



sendmail
[
From : zoho.loginuserid
To : "me @xxxxxxxxx.com"
Subject : "Convert Lead"
Message : "Test"
return "Sent for Approval";
]

Console error message:  Failed to save the function
  • Improper Statement Error might be due to missing ';' at end of the line or incomplete expression Line Number: 2