Re: sendmail attachment

2009-01-05 Thread Andy_Bach
You can build your own sendmail msg and MIME sections, depending on the attachment content. If it's a binary (jpg, exe etc) you'll have to find a way to Base64 (or some such) encode it but otherwise, you can just build up a msg and header and open up a sendmail -t and write your header and msg etc

Re: sendmail attachment

2009-01-02 Thread Bill Luebkert
Dr. Mario Sanchez wrote: > dear perl gurus > > i *have* to use a hosting service that does not have/allow Mime::Lite so > i am pretty much stuck with the classic sendmail. but i need to send > attachments. the hosting service is godaddy - i mention them not to > denigrate but in case someone el

Re: sendmail attachment

2009-01-02 Thread Jenda Krynicky
From: "Dr. Mario Sanchez" > i *have* to use a hosting service that does not have/allow Mime::Lite so i > am pretty much stuck with the classic sendmail. but i need to send > attachments. the hosting service is godaddy - i mention them not to > denigrate but in case someone else found a solution wi

sendmail attachment

2009-01-02 Thread Dr. Mario Sanchez
dear perl gurus i *have* to use a hosting service that does not have/allow Mime::Lite so i am pretty much stuck with the classic sendmail. but i need to send attachments. the hosting service is godaddy - i mention them not to denigrate but in case someone else found a solution with this hosting se