rantsh Posted February 1, 2007 Share Posted February 1, 2007 At work there are two things we need to achieve... 1.- We want to develop a form for an intranet that emails a file attachment uploaded through the same form... 2.- We want to create an php-based intranet application from where we can manage (create/erase) email accounts. We do have our own server and the mail server is the one that comes by default with plesk 8. Thx for any hint you can provide to us. Quote Link to comment https://forums.phpfreaks.com/topic/36657-2-isolated-questions/ Share on other sites More sharing options...
wildteen88 Posted February 1, 2007 Share Posted February 1, 2007 Surely you can use Plesk to manage the email accounts for the mail server? For creating the form its just basic html to create the form. Then you use PHP to manage the uploaded file. There are plenty of tutorials all over the internet that show you how to upload files with PHP. Quote Link to comment https://forums.phpfreaks.com/topic/36657-2-isolated-questions/#findComment-174811 Share on other sites More sharing options...
rantsh Posted February 2, 2007 Author Share Posted February 2, 2007 yes, but I require to create the mailbox from a php script. I know I can upload the file and send the link to download, but I want to SEND the file with the mail, not store it on the server... thx anyway Quote Link to comment https://forums.phpfreaks.com/topic/36657-2-isolated-questions/#findComment-175095 Share on other sites More sharing options...
corbin Posted February 2, 2007 Share Posted February 2, 2007 If I understood your question correctly, http://www.squirrelmail.org/ should work perfectly for you. Both my ISP and my webhosting company use it... I do not think it can be used to create/delete accounts with out adding onto it, but it can check and send email that have attachments. Quote Link to comment https://forums.phpfreaks.com/topic/36657-2-isolated-questions/#findComment-175107 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.