• Resolved wemustdesign

    (@wemustdesign)


    Hi,

    Is it all possible to auto email a user once a entry has been submitted and approved by the admin?

    I am wanting to use this on a restaurant website so looking for:

    – Someone to post in the guestbook
    – Comment awaits approval
    – If approved an email is sent asking for them to also add a review on trip advisor

    Is this possible?

    Cheers

    https://wordpress.org/plugins/dmsguestbook/

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

    (@danielschurter)

    Hi wemustdesign

    It,s possible but you have to rewrite the plugin.

    Task to do:
    1) Find send_email function on dmsguestbook.php in line 864.
    2) Variable $gbemail is the email address of the visitor.
    3) Create a new mail with $mail->From, $mail->FromName, $mail->Subject etc.. (see an example on line 906.

    Greetings,
    Dani

Viewing 1 replies (of 1 total)
  • The topic ‘Email User’ is closed to new replies.