refactor: rename send_email method to try_send_email and update parameter type - Renamed the send_email method to try_send_email for clarity in its purpose. - Changed the receivers parameter type from list[str] to str to simplify the method signature.