Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending email attachment with Perl 2

Status
Not open for further replies.

MarkFinished

Technical User
Apr 3, 2007
1
US
I created Perl code to collect the responses to my html form and write those to a .CSV file. I need a way to attach this file to an email and send it.

I've found some examples of how an email is sent (including formmail.pl which is great for sending the form reponses in the body of the message), but none to help me send a file as an attachment.

Can anyone help?

Appreciate any ideas on this,
Mark
 
Mail::SendEasy is very good and it is pure perl module, so it hasn't any requirements :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top