Email address save is not working

Hi I am trying to add an email address to a contact via code.

$sea = new SugarEmailAddress;
$module=“Contacts”;
$sea->addAddress(strtolower($email,true);
$sea->saveEmail($contact->id,$module);

but this is not working but the searching emails via SugarEmailAddress are working.