im using the Schedules section to create a script that will automatically email clients on their birthdays with a short message. ive set it up as per the instructions in the help section but it isnt working. heres what my script looks like:
sendmail
(
To : input.Email_Id
From : zoho.adminuserid
Subject : "Happy Birthday"
Message : "Dear " + input.First_Name + "<br>\nHappy Birthday<br>\nLove, <br>\nKelly"
)