Build 1242
I have a system which allows my members to send emails to other members. The sending member wishes to receive a copy of the email in their own outlook mailboxes. For reasons of disc useage I don't want to clog up my server with copies of sent mail 'cos nobody ever deletes anything do they?
In my notification I put <<LoggedInMembers.EmailAddress>> as the initial value of the CC field. but instead of the recipient receiving one copy and the sender receiving a copy as I had expected, the recipient received 2 copies and the sender got nothing.
I know being in testing mode can cause some issues with mail, but wondered if anyone else had hit this problem in a live app - and more importantly, what the fix is