Link to home
Start Free TrialLog in
Avatar of cwc061097
cwc061097

asked on

Can i send an attatchment with sendmail?

Hello Expert,

Can i send an attatchment with sendmail?
Thanks

cwc
Avatar of zonker031798
zonker031798

It would help if you could specify (a) what OS you're
using (b) what version of sendmail you're running  and
(c) whether the solution to your problem can involve a MUA
or not.
Isn't sendmail the "lowlevel"  program that takes care of the actual sending/re-routing of the mails? I thjough it depends which end-user mailsystem you are using (eg. elm, openmail, mail, ...)

ASKER CERTIFIED SOLUTION
Avatar of dirge
dirge

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cwc061097

ASKER

Thanks Dirge for your help
Can u also make a sample script that i can use with perl 5
Thanks again

CWC
Hi. Thanks for the points!

You'd probably be better off using the MIME-tools Perl modules. The "mimesend" example should be a great starting point. You could even use it as-is in many cases.

You can get MIME-tools from CPAN:

http://www.perl.com/CPAN-local/modules/by-module/MIME/MIME-tools-4.116.tar.gz

Leave a message here or email me at dirge@iquill.net if you need more help.

-dirge
Hi Dirge
Thanks for the tip

CWC