IM::Smtp.3pm

Langue: en

Autres versions - même langue

Version: 2010-02-15 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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).

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.