NetTalk Central

Author Topic: Sending different lEmailMessages from EmailSendControlTemplate  (Read 704 times)

Richard I

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
    • Email
Sending different lEmailMessages from EmailSendControlTemplate
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11194
    • View Profile
Re: Sending different lEmailMessages from EmailSendControlTemplate
« Reply #1 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

Richard I

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
    • Email
Re: Sending different lEmailMessages from EmailSendControlTemplate
« Reply #2 on: November 01, 2023, 12:12:39 AM »
Thanks Bruce
Cheers
Richard