
KevinR
Veteran

Feb 3, 2009, 9:01 AM
Post #2 of 4
(2699 views)
|
Re: [chaithanya] send email with word document attached
[In reply to]
|
Can't Post
|
|
If you are asking how it can be done with perl, the MIME::Lite module makes sending emails with attachments pretty straight forward. It may need to be installed though. The CGI module can handle the file upload if you needed perl for that too. Its a core perl module. -------------------------------------------------
|