Email::Stuffer

TL;DR

I’m using Email::Stuffer, not sure for how long I’ll do.

There’s little to say, Email::Stuffer is handy:

Email::Stuffer->from     ('cpan@ali.as'             )
              ->to       ('santa@northpole.org'     )
              ->bcc      ('bunbun@sluggy.com'       )
              ->text_body($body                     )
              ->attach_file('dead_bunbun_faked.gif' )
              ->transport(SMTP => $opts             )
              ->send;

Alas, I’m not 100% sure I’ll continue to use it in the project I’m working on now, because of a little annoyance:

And yes, I need attachments.

So my dilemma now is either to delve into the module and propose something to remove this limitation, OR shift to the less slick Email::MIME. I’m tempted by the first, but I’ll probably settle for the second.


Comments? Octodon, , GitHub, Reddit, or drop me a line!