• qbey

    (@qbey)


    How do I disable this annoying warning that the sender’s email address does not belong to the site’s domain?
    The site uses a third-party SMTP mail service, so it just can’t belong to the site’s domain.

Viewing 3 replies - 1 through 3 (of 3 total)
  • add_filter( 'wpcf7_validate_configuration', '__return_false' );

    Thread Starter qbey

    (@qbey)

    Wouldn’t this disable the entire validation, not just the useless warning mentioned?

    Thread Starter qbey

    (@qbey)

    So there is no native solution that doesn’t break the entire validation?
    Is the developer doesn’t know that SMTP exist?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.