Skip to content

Instantly share code, notes, and snippets.

@Rayden
Rayden / form-builder.inc
Created December 11, 2013 13:23
Custom FormBuilder hooks for FormBuilderProcessor::emailForm and FormBuilderProcessor::emailFormResponder with the goal to send the mail by SMTP with use of the PHPMailer class https://github.com/PHPMailer/PHPMailer Instructions: Download and upload PHPMailer to your template folder so that its available at /site/templates/PHPMailer/ (Or in case…
<?php
/**
* If you want to add-on runtime hooks, validation or additional functionality to Form Builder,
* place this file in /site/templates/form-builder.inc
*
* It will be included by /site/templates/form-builder.php when present.
*
*/