| 开发者 | mailfix |
|---|---|
| 更新时间 | 2026年6月15日 07:48 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/ or install it through the WordPress admin.Forms in the admin and create a new form.By default, no. Submitted messages are stored locally in the WordPress database and emails are sent through wp_mail() or your configured SMTP server. If Google reCAPTCHA v3 is enabled, the reCAPTCHA token is verified through Google reCAPTCHA.
Copy the shortcode from the form editor, for example [mailfix_form id="123"], and paste it into a page, post, or compatible builder.
Open Forms > Notifications, choose a form, and configure recipients, sender details, the admin notification, and the optional thank-you email.
The plugin stores submitted form fields, submission date, an IP hash, and the user agent for administration and basic security checks. The IP hash is not a readable IP address. If Google reCAPTCHA v3 is enabled, the verification token is checked through Google reCAPTCHA.
Open Forms > Notifications, choose a form, and send a test email. The result is stored in the mail log. A sent status means WordPress accepted the email for sending; actual delivery still depends on the mail server and domain DNS.
Frontend submissions are designed as AJAX forms and require JavaScript in the visitor's browser.