Description
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
:
Installation
- Upload the
smtp-form-master
folder to/wp-content/plugins/
via FTP or use the « Add New » plugin uploader in WordPress. - Activate the plugin through the « Plugins » menu in WordPress.
- Configure settings under SMTP Form Master in the admin menu.
FAQ
-
How do I configure SMTP settings?
-
Go to SMTP Form Master > SMTP Settings in the admin menu. Enter your SMTP host, port, encryption type, username, and password, then save.
-
How do I create a form?
-
Navigate to Forms > Add New or SMTP Form Master > Forms. Add a title and fields (e.g., text, email) using the metabox, then save. Use the form ID in the shortcode.
-
How do I use the shortcode?
-
- Inline:
[smtp_form id="X"]
(replaceX
with your form ID). - Modal:
[smtp_form id="X" modal="yes"]
—shows an « Open Form » button that triggers a popup.
- Inline:
-
Where do I find the form ID?
-
Check the SMTP Form Master > Forms list—hover over a form title to see its ID in the URL (
post=X
). -
What happens on form submission?
-
- An email is sent to the admin (set in Settings > General).
- If the form includes an email field, a confirmation email is sent to the user.
Avis
Il n’y a aucun avis pour cette extension.
Contributeurs & développeurs
« SMTP Form Master » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
ContributeursTraduisez « SMTP Form Master » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.
Journal
1.0
- Initial release with SMTP configuration, custom forms, and modal support.
1.0
First version—activate and configure to start sending emails and collecting form submissions!