Sending attachments using server side mail gateway?

Sending attachments using server side mail gateway?

am 25.01.2007 01:15:00 von Ed Jay

I have a Perl script that generates and sends an email via my host's
mailpath. I'd like to be able to send attachments (HTML pages that I also
generate) with the email. Anyone know how to achieve my objective?
--
Ed Jay (remove 'M' to respond by email)

Re: Sending attachments using server side mail gateway? Sorry, posted to wrong group in error.

am 25.01.2007 01:54:09 von Ed Jay

Ed Jay scribed:

>I have a Perl script that generates and sends an email via my host's
>mailpath. I'd like to be able to send attachments (HTML pages that I also
>generate) with the email. Anyone know how to achieve my objective?

Sorry, posted to wrong group in error.
--
Ed Jay (remove 'M' to respond by email)

Re: Sending attachments using server side mail gateway?

am 27.01.2007 13:25:49 von Jan Harders

Ed Jay typed:
> I have a Perl script that generates and sends an email via my host's
> mailpath. I'd like to be able to send attachments (HTML pages that I
> also generate) with the email. Anyone know how to achieve my
> objective?

yapp,

use Mail::Sender::Easy
http://search.cpan.org/~dmuey/Mail-Sender-Easy-v0.0.5/Easy.p m

or, if you want to do something more complex, use the big one, Mail::Sender
http://search.cpan.org/~jenda/Mail-Sender-0.8.13/Sender.pm

Re: Sending attachments using server side mail gateway?

am 27.01.2007 16:49:45 von Ed Jay

Jan Harders scribed:

>Ed Jay typed:
>> I have a Perl script that generates and sends an email via my host's
>> mailpath. I'd like to be able to send attachments (HTML pages that I
>> also generate) with the email. Anyone know how to achieve my
>> objective?
>
>yapp,
>
>use Mail::Sender::Easy
>http://search.cpan.org/~dmuey/Mail-Sender-Easy-v0.0.5/Easy. pm
>
>or, if you want to do something more complex, use the big one, Mail::Sender
>http://search.cpan.org/~jenda/Mail-Sender-0.8.13/Sender.pm
>
Thank you very much.
--
Ed Jay (remove 'M' to respond by email)