plugin-icon

CF7 Mailgun Domain Validation

제작자: macbookandrew·
Allows email addresses using your site’s Mailgun domain to pass Contact Form 7’s form validation feature.
버전
1.0.2
활성화된 설치 항목
10
최근 업데이트일
Mar 9, 2021
CF7 Mailgun Domain Validation

Do you use Mailgun to deliver emails from your WordPress site? Does it annoy you that email addresses using the Mailgun domain causes Contact Form 7 validation to fail?

This plugin allows email addresses using your site’s Mailgun domain to pass Contact Form 7’s form validation feature.

It also includes the cf7_mailgun_domain filter you can use to modify the default mailgun domain. Example:

/** * Filter the Mailgun domain. * * @param string $domain Your mailgun domain; defaults to the domain set in the Mailgun plugin settings, or 'mg.your-site.com' if that is not set. * * @return string Your mailgun domain. */ function my_custom_mailgun_domain( $domain ) { $domain = 'mg.my-site.com'; // Replace this with your Mailgun domain. return $domain; } add_filter( 'cf7_mailgun_domain', 'my_custom_mailgun_domain' );
무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 5.7.0
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.