Email notification - almost working

Image previewer add-on.
Post Reply
tomkirk23
Posts: 9
Joined: Tue Oct 20, 2009 8:57 pm

Email notification - almost working

Post by tomkirk23 »

Hi -

I want to send myself an email whenever files are submitted.

I have figured out how to do this with PHP. Is there I can test the result of the upload (i.e., did they really upload files?), and only send the email when files were actually uploaded?

Thanks,

Tom K.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Email notification - almost working

Post by support »

The applet can forward all filenames really uploaded with:
<PARAM NAME="forward" VALUE="http://server.com/email.php">
<PARAM NAME="forwardparameters" VALUE="true">

Post Reply