@MailSend with link

Dear all,

   I created an application form with a send button. The following is the formula that I wrote in the send button :

@MailSend(“sing@tm.net.my”; “”; “”; “Leave Application.”; “Dear sir / madam, " + @NewLine + @NewLine+ “There is a Leave Application for “+Applicant + “, start from " +Start +” to " + End +”.” + " Please click to open the application form”+“http://192.168.0.200/Developer/JustForTesting.nsf/“+@DocumentUniqueID+”?Open”; “”);

The button doesn’t work. Can anyone pls help.

I do not use [IncludeDoclink], because it doesn’t support in certain mail system.

Thanks

Subject: @MailSend with link

Try @Text(@DocumentUniqueID) in the url.

HTH