• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

ChangesH A D01-Mar-20044.9 KiB

Makefile.PLH A D01-Mar-2004522

MANIFESTH A D01-Mar-2004106

READMEH A D01-Mar-2004917

Sender/H05-Apr-20133

Sender.pmH A D01-Mar-200493.6 KiB

test.plH A D01-Mar-2004830

README

1Mail::Sender - module for sending mails with attachments through an SMTP server
2Version 0.8.05
3 by Jenda@Krynicky.cz
4 http://Jenda.Krynicky.cz
5
6Highlights:
7 Since version 0.7.14 allows ESMTP authentication.
8 Protocols builtin to Sender.pm : LOGIN, PLAIN, CRAM-MD5, NTLM
9 You can add new supported protocols easily.
10
11Known problems :
12 The problem with multiline responses from some SMTP servers (namely qmail) is solved.
13
14Future plans:
15 I would like to rewrite the module completely to clean up the code and
16 add better error handling. During that I'll add also timeouts and stuff.
17 I don't know when will I have time to do that :-(
18
19Copyright (c) 1997-2003 Jan Krynicky <Jenda@Krynicky.cz>. All rights reserved.
20This program is free software; you can redistribute it and/or modify it under
21the same terms as Perl itself with only one exception, you are not allowed
22to use the module for SPAM.
23
24