Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:Sub Junk: That is a good idea, I will try to implement that in the next release.
and so on. This will loose all formatting in the email but this is the workaround for now. Hopefully you have something else planned.
-----
To send an HTML email, you can ask users to change library/Framework/Framework.Class.Email.php line.
They can ADD following at line 33
var $ContentType = 'text/plain';
ADD Following at 103
$this->ContentType = 'text/plain';
and UPDATE following with 144
.'Content-type: '.$this->ContentType.'; charset='
All it does is, change Static content type to variable based.
Then you can change it from your class like $e->ContentType = 'text/html';
Like I said, I din't do this on my forum in the hopes that you'll have another sophiticated work around this problem.
Thanks
<script type="text/javascript" src="/foobar/extensions/Notifi/functions.js"></script>
<a href="./" id="SetNotifiAll" onclick="PNotifiAll('Abonner på Foobar', 'Avsultt abonnement på Foobar'); return false;">Abonner på Foobar</a>
<a href="./" id="SetNotifiCategory_3" onclick="PNotifiCategory(3,'Abonner på denne kategorien', 'Avslutt abonnement på denne kategorien'); return false;">Abonner på denne kategorien</a>
<a href="./" id="SetNotifiDiscussion_115" onclick="PNotifiDiscussion(115,'Abonner på denne diskusjonen', 'Avslutt abonnement på denne diskusjonen'); return false;">Abonner på denne diskusjonen</a>