@MailSend and URL

I’m trying to send a URL to my users for the first time. Its not working and need some advice. Any ideas what is wrong?Thanks in advance!

SendTo := SendTo;

@If(@Prompt([YesNo];“Send memo?”;“Are you ready to send this message?”);@MailSend(SendTo;“”;“”;“!!! Important Reminder - Employee Handbook.”;“”;“You have not yet acknowledged receipt of the Czarnowski Employee Handbook. Please take a moment now to complete this required task.” + @NewLine + “You may click on the enclosed URL to begin.—>” + @Text(@URLOpen(“http://czardev01.czarnowski.net/Angie/EmpHandbook.nsf/Handbook?OpenPage")));@Return("”))

Subject: @MailSend and URL solved

SendTo := SendTo;@If(@Prompt([YesNo];“Send Reminder?”;“Are you ready to send this message?”);@MailSend(SendTo;“”;“”;“!!! Important Reminder - Acknowledgment of Employee Handbook.”;“”;“You have not yet acknowledged receipt of the Czarnowski Employee Handbook. Please take a moment and complete this required task using the link provided.” + @NewLine + @NewLine + “http:///czardev01.czarn.net//Angie//EmpHandbook.nsf//Handbook?OpenPage” + @NewLine + @NewLine + “Thank you.” );@Return(“”));