SMTP Form Master lets you send WordPress emails via a custom SMTP server and build flexible contact forms with various field types. Features include modal form display and shortcode support for easy embedding.
Key Features:
– Configure SMTP settings for reliable email delivery.
– Create custom forms with text, email, textarea, checkbox, radio, select, and number fields.
– Optional modal popup for forms.
– Shortcode: [smtp_form id="X"]
or [smtp_form id="X" modal="yes"]
.
Configuration Details
SMTP Settings
– Host: e.g., smtp.gmail.com
.
– Port: e.g., 587
.
– Encryption: None, SSL, TLS.
– Username: Your SMTP email.
– Password: SMTP or app-specific password.
Form Fields
– Supported types: Text, Email, Textarea, Checkbox, Radio, Select, Number.
– Radio/Select options: Comma-separated (e.g., Option 1, Option 2
).
Usage
- Set up SMTP: Ensure emails work reliably.
- Create a Form: Add fields and save.
- Embed: Use
[smtp_form id="X"]
or[smtp_form id="X" modal="yes"]
in pages/posts.
Debugging
Enable debugging in wp-config.php
: