The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
1.42   2004-07-29

  - Remove hard dependency on Email::Abstract (for IO::All).
  - Declare hard dependency on Email::Simple.

1.41   2004-07-20

  - Only set defaults for $Sendmail and $Qmail in those mailers
    when the package variable is not already set (Peter Scott).
  - SSL support for Email::Send::SMTP.
  - Use different version scheme, I need more numbers.

1.4    2004-07-08

  - Relaxed prereq on IO::All for testing.
  - Included Bcc in list of addresses to MAIL TO: in
    Email::Send::SMTP.
  - Now supports Net::SMTP's auth() (Aaron Trevena).

1.3    2004-07-05

  - Doc typo in Email::Send::Sendmail (Martin 'Kingpin' Thurn).

1.2    2004-06-29

  - Email::Send::SMTP now sends multiple MAIL commands for
    each address in the To and Cc headers. It does not fail
    when it encounters bad addresses, as long as at least one
    address succeeds.

1.1    2004-05-27

  - Initial version.