./mail/p5-Email-Sender, Email::Sender - a library for sending email

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.601, Package name: p5-Email-Sender-2.601, Maintainer: pkgsrc-users

Email::Sender replaces the old and sometimes problematic Email::Send
library, which did a decent job at handling very simple email
sending tasks, but was not suitable for serious use, for a variety
of reasons.

At present, the casual user is probably best off using
Email::Send::Transport::Sendmail. If a local sendmail program is
unavailable, Email::Send::Transport::SMTP will allow you to send
mail through your relay host.

In the future, Email::Sender::Simple will provide a very simple
interface for sending mail.


Required to run:
[lang/perl5] [net/p5-Net] [mail/p5-Email-Simple] [mail/p5-Email-Abstract] [devel/p5-List-MoreUtils] [devel/p5-Sub-Exporter] [devel/p5-Try-Tiny] [devel/p5-Throwable] [devel/p5-Module-Runtime] [devel/p5-Moo] [devel/p5-MooX-Types-MooseLike] [mail/p5-Email-Address-XS]

Required to build:
[devel/p5-Capture-Tiny]

Master sites: (Expand)

Filesize: 52.063 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-28 12:45:16 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Email-Sender: update to 2.601.

2.601     2024-01-17 19:15:25-05:00 America/New_York
        - allow using an Authen::SASL instance via sasl_authenticator as an
          alternative to username asd password (thanks, Erik Huelsmann!)
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2022-12-03 01:38:50 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 2.600

Upstream changes:
2.600     2022-10-23 16:45:34-04:00 America/New_York
        - This version replaces the use of Email::Address with
          Email::Address::XS, as the pure perl version has problems with
          certain kinds of input.
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:54:34 by Nia Alarie | Files touched by this commit (356)
Log message:
mail: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles were unfetchable (possibly fetched
conditionally?):

./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
   2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357)
Log message:
mail: Remove SHA1 hashes for distfiles
   2021-07-07 09:46:37 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 2.500

Upstream changes:
2.500     2021-07-04 13:26:47-04:00 America/New_York
        - version bumped to account for change in fractional part precision

1.500     2021-06-20 20:30:24-04:00 America/New_York
        - adjust version number for bookkeeping reasons

1.300036  2021-06-17 09:51:12-04:00 America/New_York
        - add "maybestarttls" option, to allow opportunistic STARTTLS
          (thanks, Marc Bradshaw!)

1.300035  2020-10-10 12:34:29-04:00 America/New_York
        - drop some needless version checking from the days when we worked with
          broken Net::SMTPs (thanks, Bernhard Graf and Aristotle Pagaltzis and
          Pali Rohár)
        - documentation tweaks and spelling corrections (thanks, James E
          Keenan, Stefan Hornburg, M Somerville, and jazzkutya)