Is it possible to create a template, parse data into it via vlibTemplate and sent it via HTML-Mail & vlibMimeMail?
What I have in mind is a notification, that a new case (phd.clausvb.de) is entered in the database.
Like:
-------------
FROM: PowerHelpDesk [
[email protected]]
TO:
[email protected]Subject: New case: Kuhl, Sebastian (Tel: 0228 / 55 -3613)
BODY:
Some <b>HTML-text</b>
<br />
etc.
-------------
It works perfectly if you enter
$body = "Some <b>HTML-text</b><br />etc." and send it via
$mail -> htmlbody($body);
But what can I do, if I want to use vlibTemplate to create the $body?
Greetings,
Claus