NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Richard I on October 31, 2023, 05:18:24 PM
-
Hi all,
Using the EmailSendControlTemplate
I want to send two different email messages from the one SEND command-
one to lEmailTo and the other to lemailBCC
At the moment both recipients are getting the same message
Ive tried variations of
IF lEmailBCC NOT = ''
but the issue is that BOTH are Not = ''
Thanks
Richard
NT 14.11
-
I think in this case I'd put two SendEmailObjects on the window, and then populate the second one manually.
Cheers
Bruce
-
Thanks Bruce
Cheers
Richard