Below is the formula I am using. When I 'test', I (being both UserName and one of the 'cc') the message gets sent to both 'cc' people, but not the UserName. Can anyone tell me what the problem may be? Thanks in advance.
@MailSend(SendTo;@UserName:"John Doe": "Jane Doe"; ""; "Item Number Request Form has been sent to PSDA"; ""; "Your request has been sent to PSDA. You should be hearing from them shortly."
;
@Command([FileSave]);
@PostedCommand([FileCloseWindow])
@MailSend(SendTo;@UserName:"John Doe": "Jane Doe"; ""; "Item Number Request Form has been sent to PSDA"; ""; "Your request has been sent to PSDA. You should be hearing from them shortly."
@Command([FileSave]);
@PostedCommand([FileCloseWindow])