I am designing a application that will send notification email to mail addressee.
There is a field in the application named 'RemindDate'.
If RemindDate=Today then send mail to mail address which I will key in later.
What I have done is this;
I selected agent type = formula, and run it daily.
In the Agent's Document selection, I selected Condition>By form and chose a form which the filed is located at.
In the Agent's Action, I wrote;
SELECT @All;
@If(@Date(@Now)=@Date(RemindDate);@MailSend(Name;"";"";"TEST ";"";"";[IncludeDoclink]);"")
But unfortunately, until now I still did not get any notification mail.
Kindly assist.
Thank you very much.

