• Resolved itmonitor

    (@itmonitor)


    Hello,

    We are adding a new feature to our website: a page with a .pdf gallery on it. This page will have restricted access through a membership plugin. Each member will login into the website and see a specific content in this page.

    We need now a way that with every upload of a .pdf document into this page, wordpress will send automatically an email to a certain number of recipients.

    Is there any plugin/way to setup this automatic email sending?

    Any advice is welcome.

    Rgs

    IM

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    You can use wp_mail( $to, $subject, $message, $headers, $attachments ); function.
    You can read about wp_mail Here

    Thread Starter itmonitor

    (@itmonitor)

    Hello Lost Mountain, thank you for the suggestion. We opted to install a project management plugin, which has the email sending feature we need.

    Thanks

    IM

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Advice on WordPress setup – automatic email sending’ is closed to new replies.