yprax Posted June 13, 2007 Share Posted June 13, 2007 Hello, I am working on a page for a client. The client demand is, the user should be able to upload the documents. These documents will be then automatically mailed by the php script to a predefine email address. I am confused with this. Can any one help me. Please tell me if such kind of thing is possible with php? I have been able to upload the file to server. But I am supposed to mail it, not store it. Is there any solution? please help Quote Link to comment https://forums.phpfreaks.com/topic/55364-help-needed/ Share on other sites More sharing options...
AndyB Posted June 13, 2007 Share Posted June 13, 2007 Once you have the file stored, it's simple to mail it. Check the manual page for the mail() function and read the user notes to see how to handle attachments. Quote Link to comment https://forums.phpfreaks.com/topic/55364-help-needed/#findComment-273633 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.