Mailer — functions
2 public functions. 0 are 🔌 pluggable (function_exists()-guarded, so a theme/child can override them).
| Function | Summary |
|---|---|
fw_ext_mailer_is_configured | Returns whether the mailer extension is configured and ready to send mail. |
fw_ext_mailer_send_mail | Sends an email through the mailer extension. |
fw_ext_mailer_is_configured
fw_ext_mailer_is_configured()
Returns whether the mailer extension is configured and ready to send mail.
Source: framework/extensions/mailer/helpers.php:9
fw_ext_mailer_send_mail
fw_ext_mailer_send_mail($to, $subject, $message, $data = array())
Sends an email through the mailer extension.
Source: framework/extensions/mailer/helpers.php:4
← Back to Functions overview