PDA

View Full Version : Email and scripts


bitnic
03-06-2007, 08:44 AM
I am a volunteer website admin and our host uses DirectAdmin of which I know very little. I have some forms on the website that use Perl to process and email the results to our office however at this time they have to be sent as a text email instead of an attachment due to the CGI modules installed (or not) on their system.

The result of this is that the files must be converted from a .eml to a .htm at our end in order to be printed out in an easily readable format. We do not have the staff or experience to set up a database to read the information.

If anyone can tell me if there is a way to use the DirectAdmin equivalent of sendmail to email attachments or get around the modules issue using Mime::lite or something similar it would be appreciated.

Thanks

floyd
03-06-2007, 11:39 AM
This is not really a DirectAdmin issue. Nothing you are trying to do is affected by DA at all.

This should help http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=196&lngWId=6

bitnic
03-20-2007, 09:22 AM
I checked out the link and it is the info with the details I was looking for. Much appreciated.