Hello Zoho Community,
Custom Action To Send E-Mail Notification + Input Current Date.
- void email.EmailNotification(int toaddress)
{
sendmail
(
To : zoho.adminuserid
From : zoho.adminuserid
Subject : "Subject of the email"
Message : "Your message"
)
- input.Sent_Date = zoho.currentdate;
}
Looking Forward To Your Help.
Thank You.