Email Notification Problems

Email Notification Problems

I have the following email script when records are added succesfully:

sendmail
(
To : input.email
From : zoho.loginuserid
Subject : "Yellow Card Hours Received"
Message : "" + input.formdata
)

However, emails are not getting sent out to users. What am I doing wrong? Please help, thanks.