http://www.perlmonks.org?node_id=48361


in reply to Mail Attachement

Ok guys.. so I went and downloaded the MIME tools, but I cannot install them. I am using a free hosting service and do not have telnet access.. so I cannot install anything on their servers...
I'm really feeling dumb here... ;)

Chady |
http://chady.net/

Replies are listed 'Best First'.
Re: Re: Mail Attachement
by turnstep (Parson) on Dec 27, 2000 at 22:19 UTC
    Mail::Sender for one does not require any priviledges to intall it - just make sure it is in the right path and go ahead and use it. Since you have no telnet access, you will have to add
    use lib 'path/to/where/you/stuck/Mail::Sender'
    at the top of your script. Make sure you have a Maildirectory with Sender.pm inside it, then use the lib line above to point to the directory in which the Mail directory resides.