Re: How attach files and send mails on perl????
[email protected] ("Octavian Rasnita")
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <36DA43972502499F9B0BC190D0CE6D5D@teddy> |
From: "Armin Garcia" <[email protected]> > Hi !!!! > Well i try to attach a file, but i dont know what function or method i > need > to use, here is my code, i hope anybody can help me .... thanks > (im only want to attach files, thanlks ) I found it more easy to use Mail::Sender::Easy for sending text and html mail, with attachments. Octavian