NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Richard I on October 31, 2023, 05:18:24 PM

Title: Sending different lEmailMessages from EmailSendControlTemplate
Post 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
Title: Re: Sending different lEmailMessages from EmailSendControlTemplate
Post by: Bruce on October 31, 2023, 09:45:26 PM
I think in this case I'd put two SendEmailObjects on the window, and then populate the second one manually.

Cheers
Bruce
Title: Re: Sending different lEmailMessages from EmailSendControlTemplate
Post by: Richard I on November 01, 2023, 12:12:39 AM
Thanks Bruce
Cheers
Richard