
Send emails using PHP and AJAX. Its a complete AJAX PHP based email solution. Just download it and give it a try.
(more…)
Send more then one files as attachment without uploading. The examples are RFQ scripts inwhich there are more than one file upload options and then script sends email to a predefined email address.
(more…)
What this file does is uploads file in ‘temp’ folder then emails that attachment with message to a predefined email address and finally removes that file from temp folder. The idea is to send email in rich format but with file attachment.
Functionality
- Determine File Type to be attached
- Uploads file in temp directory and deletes file after email with attachment has been sent
- Emails uploaded file as an attachment
(more…)
This is complete request form and it can be used to ‘Request A Quote’ and have some material from user uploaded at your server. This is what script does.
Functionality
- Determines Max File Size (Size Restriction)
- Determines Max Available Space for upload (Space Restriction)
- Stores the file in predefined directory at your server
- Emails you a path to the link of recent uploaded file with other details
(more…)