Lecteur Markdown
Mailform Documentation En
Feature: Mailform #
Contact form with mathematical CAPTCHA, email validation, RFC 2822 encoding (quoted-printable) and configurable multi-recipient support via JSON.
Contact form with mathematical CAPTCHA, email validation, RFC 2822 encoding (quoted-printable) and configurable multi-recipient support via JSON.
Via FTP: Upload the mailform/ directory into /plugins/.
Via package manager: Select mailform from the available plugins list.
Paths:
/plugins/mailform/mailform.php/plugins/mailform/conf/mailform.conf.inc.php/plugins/mailform/css/mailform.css/plugins/mailform/locale/Recipient configuration: in $cfg[11] (JSON), format:
[
{"name": "Support", "email": "support@example.com"},
{"name": "Sales", "email": "sales@example.com"}
]
If the user is logged in, their name and email are pre-filled from the session.
?obj=mailform.php — Form display
Submission via POST to the same URL.
mail() function — email sending$cfg[11] — recipient list (JSON in the main configuration)Beamreactor\Sanitizer\Parser