|
Posted by C. on 02/06/07 14:16
> way I thought was, when a user click on the application form, rather
> that being able to download it directly, the user had to fill in
> his/her name and enclose a valid email address. Once this was done
> and the 'submit' pressed, the user details would be written to a MySQL
> database and the user would be notified that the actual document was
> being emailed to the address given.
>
> Does anyone know how to do that and could they supply an example?
Coding this shoul be a dawdle but beware of Email header injection.
Also be aware that that you're not going to be very popular of you
provide a tool for mail bombing people - you need to verify the
addressee is the requestor first.
C.
Navigation:
[Reply to this message]
|