Sending email programmatically

SOLVED

Hi,

Currently trying to send an email through code using following snippet:

Send GSERMES With
& "__TO="+chr$(1)+"[email protected]
& "__CC="+chr$(1)+"user2@noreply.com",
& "__SUJET="+chr$(1)+"message title",
& "__NOTE="+chr$(1)+"message text",
& "__CONTXT="+chr$(1)+"GESYSIHCHK",
& "__ACKNOWLEDGE="+chr$(1)+"0"

Will return error:

Currently using version v11 PU7

Any thoughs?

Regards