Professional-grade protection, no setup required.
MailForm.JP offers security features that would typically require specialized knowledge to implement, all as standard. No additional fees or complex configurations are needed.
CSRF Protection
A unique secret key is generated for each form, and HMAC-based token verification is performed. Tokens are valid for 1 hour, blocking malicious submission requests.
reCAPTCHA
Supports both Google reCAPTCHA v2 (checkbox-based) and v3 (score-based). Prevents automated submissions by bots.
Honeypot
Invisible fields are deployed to detect bots that auto-fill forms. Bots detected are returned a fake success response to prevent learning.
XSS Protection
All input values are sanitized to prevent the embedding of malicious scripts.
Rate Limiting
Limits continuous submissions from the same IP address (default: up to 5 times in 60 seconds). This suppresses DoS attacks and spam submissions.
Encrypted Communication
Connections to FTPS servers only support encrypted communication. Unencrypted FTP is not supported for security reasons.