Last active
December 21, 2015 01:19
-
-
Save pabloprogramador/6226764 to your computer and use it in GitHub Desktop.
Email pyrocms precisa de modelo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//$data['subject'] = $this->settings->get('site_name') . ' - Meu Filho na Capa'; | |
$data['slug'] = 'denuncia'; | |
//$data['to'] = '[email protected], [email protected]'; | |
//$data['from'] = $this->settings->get('server_email'); | |
//$data['name'] = $this->settings->get('site_name'); | |
//$data['reply-to'] = $this->settings->get('contact_email'); | |
$data['valor'] = $valor; | |
$resultado = Events::trigger('email', $data, 'array'); | |
echo $resultado; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment