logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

IM::Smtp - SMTP handler

Description

       The IM::Smtp module handles SMTP.

       This modules is provided by IM (Internet Message).

Name

       IM::Smtp - SMTP handler

Synopsis

        use IM::Smtp;

        $return_code = &smtp_open(current_server, server_list, log_flag);
        $return_code = &smtp_close(socket, savehist_flag);
        $return_code = &smtp_transaction(bcc_flag, part_current, part_total);
        $return_code = &smtp_transaction_for_error_notify;

See Also