sending e-mails using esp8266 and arduino IDE

Hello again,

i have problems with the following line

rv = sendCommand("EHLO 1.2.3.4");

it seems that the compiler is not able to find this command. however i can't rewrite this line using "serial.println()" since rv has the type of EMAILSTATUS. Which library do i need to include this function?