FORMULA LANGUAGE
return:=@Char(13); memobody:=@Prompt([OKCANCELEDIT]; "Mail message"; "Enter the contents of your mail message below." + return + "It will be sent to " + From + "."; "" ); @MailSend(From; ""; ""; "Your posting in " + @DbTitle; ""; memobody:return; [IncludeDoclink])
See Also