Forum Replies Created

Viewing 1 replies (of 1 total)
  • Not sure if you figured this out or not, but I ran into this issue recently. We have an SMTP plugin set up on the site and it was working fine for everything but this admin notification. What fixed it for us was to edit the rr-form.php file found in the shortcode folder. There is a function on line 577 called rr_send_admin_email. At the end of the function, there is a call to php’s native mail function. I added wp_ to the front of it (wp_mail) and the notifications started working.
    Hope that helps!

    • This reply was modified 5 years, 5 months ago by antiockus.
Viewing 1 replies (of 1 total)