Viewing 1 replies (of 1 total)
  • Thread Starter johndeebdd

    (@johndeebdd)

    Answered my own question…

    “Added: Filter that allows to use your website’s URL for Google OAuth redirect URL.”

    The filter they currently publish is:

    add_filter(
        'wp_mail_smtp_providers_gmail_auth_use_self_oauth_redirect_url',
        '__return_true'
    );
Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.