@Mailsend not working

I have the following code in a view action for the contacts view in the local names.nsf:

SndTo := @PickList([Name] : [Single]);

Sbjct := Form + " document for Cut/Paste";

@MailSend(SndTo;“”;“”;Sbjct;“”;“”);

@Prompt([Ok];“Contact Sent”;“The selected contact was sent to “+@Name([CN];SndTo)+”.”)

This code worked a month or two ago but for some reason the mail doesn’t get delivered now. It says mail submitted for delivery, but the mail is never rec’d. Any ideas on why this wouldn’t work?

Subject: @Mailsend not working

I had this happen after I created a mail rule on the server and then edited it. I deleted all my server mail rules and recreated them and @MailSend started working again.

Hope that helps,

Charles

Subject: RE: @Mailsend not working

Any errors on the server console?