• I’ve just installed the plugin, put the [inline_upload] shortcode in teh desired page. Uploaded a file and everything seemed to work great (although I didn’t check for actual receipt yet but the progress bar etc all worked the way it should)

    But I can’t figure out where to set the email address for the notification. I want to receive an email with the file attached or at least a link to download the file but can’t find anything in the documentation or readme file that gives the slightest hint of where or how to do this, just changelog notes that these features have been added.

    Can anyone point me in the right direction?

    https://www.ads-software.com/extend/plugins/inline-upload/

Viewing 1 replies (of 1 total)
  • Hi,
    -just go on “extensions” folder
    -go to “edit”
    -select “inline_upload”
    -go to “inline_upload.php” page
    -modify these lines with your informations :
    DEFINE(“IU_NOTIFY”, “true”);
    DEFINE(“IU_NOTIFYRECIPIENTS”, “[email protected]”)
    DEFINE(“IU_ATTACHFILE”, “true”);

    That is all you’ll have to do to receive a notification including the attach file with it.

Viewing 1 replies (of 1 total)
  • The topic ‘Missing something obvious re email notification’ is closed to new replies.