Get Answers!
   

malcolmsmith

Form To E-mail With Attachments

Thursday, 23rd October 2008

How do I create a form in php sending an attachment to an email address?
 





Diesel
Hi Malcolm,
A script that I have used throughout the years is PHPMailer. It can be found in the url under sources below. This script allows you to authenticate your emails. The result is a higher quality email being sent out which always shows the correct information rather than sometimes showing the server email address.

It is very simple to use and supports attachments, text & HTML formats, SMTP authentication, Multipart/alternative emails for mail clients that do not read HTML email, multiple TOs, CCs, BCCs and much more.

Sources:
Information:
http://phpmailer.codeworxtech.com/index.php?pg=phpmailer

Download page:
http://sourceforge.net/project/showfiles.php?group_id=26031

Thursday, 23rd October 2008
Votes:

More Programming:
» Which Is The Best PHP Content Management System?
» Where Can I Find A Fully Functional NNTP Forum Integration, Any GPL Forum.
» Php Tutorial Neded
» How Can I Make My Form Button Hyperlink To A Url?
» How Do I Add A Countdown Timer To My Website?
» I Am Doing PHP Mysql But I Dont Know Any Programming Language Kindly Advice I Already Paid For That Course
» How Do I Create A Cronjob On A Linux Server?
» How Do I Get The Length Of A String In JavaScript?


Leave a Comment on "Form To E-mail With Attachments"
You must be logged in to post a comment.


Link to This Question!