error using type text with "@" in input for email

I get a SenseTalk Compiler exception when i enter the input in the field using typetext shoaibtester07@gmail.com.

you can view the attached image.

I tried finding the sense talk code for “@” but din’t manage.

Please advise

You need to put quotes around strings that you want to send with TypeText.

TypeText "shoaibtester07@gmail.com"

Thanks