Viewing 1 replies (of 1 total)
  • Plugin Author lagdonkey

    (@lagdonkey)

    Sorry for the delayed reply. Yes, it is possible. If you’re comfortable editing php, open filefunc.php in the /inc folder of the plugin. On line 194 you’ll see a line that looks like this:

    wp_mail( $email, $subject, $message );

    If you want, you can add another line below that looks like this:

    wp_mail( “whatever_email@whatever.com”, $subject, $message );

    this will send a second copy to the email you put in.

    I’m planning on doing a complete overhaul of this plugin in the near future, and will add an option to add multiple email recipients in that version.

    Thanks for using my plugin, I hope you enjoy it 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘e-mail when a user uploads images’ is closed to new replies.