FormBuilderEmail::send()
Send the email
Usage
// basic usage
$bool = $formBuilderEmail->send();
// usage with all arguments
$bool = $formBuilderEmail->send(string $template = 'email');
Arguments
Name | Type(s) | Description |
---|---|---|
$template (optional) | string | Name of email template to use for email body Default:'email' |
Return value
bool
int
FormBuilderEmail methods and properties
API reference based on ProcessWire core version 3.0.251