Web Connection
SendMessage() loBCC not found
Gravatar is a globally recognized avatar based on your email address. SendMessage() loBCC not found
  Harvey Mushman
  All
  Sep 15, 2014 @ 09:29am
While testing SendMessage() in version WC 5.68, I noticed a problem.

IF !EMPTY(lcRecipient)
loSmtp.recipient = lcRecipient
ENDIF
IF !EMPTY(lcCC)
loSmtp.CC = lcCC
ENDIF
IF !EMPTY(lcBCC) && read loBCC fixed 9/14/14
loSmtp.BCC = lcBCC
ENDIF

loSmtp.Attachments = TRIM(this.cAttachment)

The above fix solved the error.


--hm--

Gravatar is a globally recognized avatar based on your email address. Re: SendMessage() loBCC not found
  Rick Strahl
  Harvey Mushman
  Sep 15, 2014 @ 01:26pm

Already fixed internally...

+++ Rick ---



While testing SendMessage() in version WC 5.68, I noticed a problem.

IF !EMPTY(lcRecipient)
loSmtp.recipient = lcRecipient
ENDIF
IF !EMPTY(lcCC)
loSmtp.CC = lcCC
ENDIF
IF !EMPTY(lcBCC) && read loBCC fixed 9/14/14
loSmtp.BCC = lcBCC
ENDIF

loSmtp.Attachments = TRIM(this.cAttachment)

The above fix solved the error.




Rick Strahl
West Wind Technologies

Making waves on the Web
from Maui

© 1996-2024