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?