Scroll to navigation

IM::Smtp(3pm) Internet Message Perl modules IM::Smtp(3pm)

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;

DESCRIPTION

The IM::Smtp module handles SMTP.

This modules is provided by IM (Internet Message).

COPYRIGHT

IM (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.

2016-10-10 IM153