How can I send email attachment without using an additional library in Perl?

后端 未结 6 913
感情败类
感情败类 2021-01-15 06:49

Hey, I was wondering if there is a way to attach files (specifically .csv files) to a mail message in Perl without using MIME::Lite or any other libraries.

Right now

6条回答
  •  佛祖请我去吃肉
    2021-01-15 06:56

    If part of your problem is that you're on shared hosting and cannot install extra libraries, they can usually be installed in (and used from) a local a library (e.g., ~/lib). There are instructions for that over here (under "I don't have permission to install a module on the system!").

提交回复
热议问题