SendOneEmail not implemented?

The Help file for SendOneEmail shows:
sendoneemail FROM, TO, SUBJECT, BODY

But, the procedure checkers shows “Unknown statement: sendoneemail”

1 Like

Did you copy the sample code from the Help? Then your error says:
“Unknown statement: sendonemail”
because there is a typo in the sample code that’s been there since Panorama 6.
When you try instead
sendoneemail "","joe@aol.com","Controlling Spam",messageBody
the code check is OK.