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

    (@usestrict)

    Hi Eric,

    Thanks for reaching out. The plugin uses whatever admin email you have set up for WordPress by default.

    If you don’t want to change the admin email under Settings -> General and instead use a different account altogether, you can filter the message headers via:

    $headers = apply_filters( 'bbpnns_extra_headers', $headers, $recipients, $subject, $body );

    If your Admin Email is not the noreply@, then check if it’s not Postman SMTP or some other plugin that’s setting it. bbpnns doesn’t set any email addresses at all.

    Cheers,
    Vinny

Viewing 1 replies (of 1 total)
  • The topic ‘noreply@ sent and fails’ is closed to new replies.