Forum Discussion

MichaelTamoush's avatar
MichaelTamoush
Qrew Captain
3 years ago

Help with creating email syntax

I have the following code and it works fine, but if I remove the cc: line, it does not work. Working Code: var text Subject = "Subject Text" ; var text Body = URLEncode("Body Text"); v...