We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Easy way to load email layout, a view from views/email/ and pass parameters to the view.
views/email/
<?php $email = new Email(); $email->prepare($subject, $to, $view, $params = array()); $email->Send();
<?php $email->addReplyTo('[email protected]', 'Information'); $email->addBCC('[email protected]');