IM::Smtp(3pm) Internet Message Perl modules IM::Smtp(3pm)NAMEIM::Smtp - SMTP handlerSYNOPSISuse 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;DESCRIPTIONThe IM::Smtp module handles SMTP. This modules is provided by IM (Internet Message).COPYRIGHTIM (Internet Message) is copyrighted by IM developing team. You can redistribute it and/or modify it under the modified BSD license. See the copyright file for more details. IM151 2011-05-25 IM::Smtp(3pm)