21310 Posts in 5739 Topics by 2604 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 456 Views |
-
Email ParseVariables 2.4

1 July 2010 at 9:19am
Why was this removed from the ParseVariables method in the Email class for 2.4...
foreach(array('from','to','subject','body', 'plaintext_body', 'cc', 'bcc') as $param) {
$template = SSViewer::fromString($this->$param);
$this->$param = $template->process($data);
}It was handy being able to have dynamic variables in the subject line, etc.
| 456 Views | ||
|
Page:
1
|
Go to Top |

