hi,
check this part
1)
v_connection := UTL_SMTP.OPEN_CONNECTION('this is emptyinur code',25);

2)
UTL_SMTP.HELO(v_connection,'this is emptyinur code');

Cheers!