PDA

View Full Version : Do I need a script to do this...?




tektonnic
Oct 31, 2006, 06:59 AM
Hi All,

I am making a web site which has a component that allows people to register thier details and CV, however the component sends the textual details in an email and a link (which you cannot click on).

Is it possible to create some form of script or something (unsure really) to make the process of getting to the attached file any simpler?

ANy help would be much appriciated,

Thanks, Tek



rogersmj
Oct 31, 2006, 09:23 AM
I read that a few times and I'm still not quite sure what you're trying to do. Could you elaborate?

mnkeybsness
Oct 31, 2006, 09:58 AM
are you having someone register to email you or download a file or both?

i agree that what you are asking is a little confusing.

tektonnic
Nov 7, 2006, 06:36 AM
What happens is through a web form people submit thier details as well as a CV.

Then the data of this form is forwarded to an email except the attached file is left on the server and the email recipient must manuelly go to the server to retrieve it.

nightelf
Nov 7, 2006, 09:25 AM
There is a open source PHP function I use to send emails from my sites. This function lets you attach documents to emails.

The name of the function is PHPMailer (http://phpmailer.sourceforge.net/).