hi, i have the below code which is working perfectly.
FIELD SendTo := @GetProfileField(“form”; “Field”);
but now i want to add a few more recipients to sendto using also @getprofilefield. How do i include them to the above code??
hi, i have the below code which is working perfectly.
FIELD SendTo := @GetProfileField(“form”; “Field”);
but now i want to add a few more recipients to sendto using also @getprofilefield. How do i include them to the above code??
Subject: sendto multiple with @GetProfileField
i found out something, what i did is:
FIELD SendTo := @GetProfileField(“form”; “Field”) : @GetProfileField(“form2”; “Field2”);
which should work… so i set both receipients to my own name… by right i shud receive 2 similar mails, but my notes mail only receives one of them. Seems like notes mail automatically rejects the other similar mail??? can some1 pls confirm?
Subject: RE: sendto multiple with @GetProfileField
I think it only sends mail to unique addresses.Try setting one of the fields with a different value and it should work fine.