Ask a Question related to PERL Modules, Design and Development.
-
sheri #1
emailing an attachment
Greetings,
I'm looking for some help sending an e-mail attachment via a perl CGI.
I'm an experienced programmer, but a Perl moron.
Previous working e-mail samples in my department use Mail::Mailer to
send email. However, so far, I cannot find a way to send an
attachment using this. Am I missing something?
If I cannot send an attachment using the Mailer module, what is the
simplest method to pursue? I have tried SMTP and MIMELite with no
success. My lack of success is primarily dependent on my lack of
knowledge. However, I am also battling differing Perl environments in
test/production/development pc, unfamiliarity with the mail
server...there are just so many areas where I could be going wrong.
So. If you were as clueless as I am, where would you start to send an
e-mail attachment? Even a module name will help me in the right
direction. Thanks in advance for any help out there.
Cheers!
Sheri
sheri Guest
-
Bulk eMailing
How could it be possible to automatically delete subscriber?s email address and its associated record from an Access database after two successive... -
Extension for emailing attachment?
I am looking for a dreamweaver extension (php) that will allow the visitor to attach a file to a form for e-mailing. Ideally, the extension will... -
FDF emailing
I have been reading everything in here about this but still need 1 question answered. I know that you cannot email back a form with Acrobat reader... -
emailing with an attachment that has fetched from db (longblob)
I am trying to send an email with an attachment. The problem is the attachment is stored in db where I have created a longblob field that contains... -
OT? Emailing HTML
Hey folks sorry if this is OT but I cannot seem to find any info through google about this. Does any one have any links to a tutorial about HTML... -
Gunnar Hjalmarsson #2
Re: emailing an attachment
sheri wrote:
Mail::Sender is a module whose explicit purpose is to send mails with> I'm looking for some help sending an e-mail attachment via a perl CGI.
attachments:
[url]http://search.cpan.org/author/JENDA/Mail-Sender-0.8.06/Sender.pm[/url]
--
Gunnar Hjalmarsson
Email: [url]http://www.gunnar.cc/cgi-bin/contact.pl[/url]
Gunnar Hjalmarsson Guest



Reply With Quote

