Sent mail with the content of Lookup field

Sent mail with the content of Lookup field

I have this code to the sendmail the value from the lookup field:

TorneosForm  =  Torneos_Form  [ID == input.Torneos_MDE];
ContactosForm  =  Contactos_Form  [ID == input.Nombre_Arbitros2];


sendmail
(
    To       :  input.Correo_Electronico 
    From     :  zoho.loginuserid 
    Subject  :  "Cambios en la Asignacion" 
Message  :  <%=TorneosForm.Torneos_MDE%>
)

Receives this error :

Error at line number : 6
Improper Statement
Error might be due to missing ';' at end of the line or incomplete expression