in reply to Re^2: How do I fetch and send mail attachments?
in thread How do I fetch and send mail attachments?

Maybe you could send an email without attachments but with links to download the actual files directly from the server.

poj
  • Comment on Re^3: How do I fetch and send mail attachments?

Replies are listed 'Best First'.
Re^4: How do I fetch and send mail attachments?
by Seeker100 (Initiate) on Jun 13, 2019 at 14:27 UTC
    Actually, as I mentioned in my initial post, attaching a file from the server works fine with the script I have. So I guess I'll just have to break it up into two steps if I'm going to use Perl, unless anyone has a better idea. :-) Cheers!