Viewing 1 replies (of 1 total)
  • anonymized-13749270

    (@anonymized-13749270)

    I have tried testing that code and it didn’t work for me so far.

    I think, you could add something like this:

    $msg = "Howdy! \n An upload has just been made in your website, check it out: ".home_url(). "?attachment_id=". $attachment_id;
    wp_mail('[email protected]', 'upload done', $msg);

    in the success place in your code.. OR provide the working code for you if this didn’t work.

Viewing 1 replies (of 1 total)

The topic ‘Send email with attachment link’ is closed to new replies.