Skip to content

Instantly share code, notes, and snippets.

View aldoborrero's full-sized avatar

Aldo aldoborrero

View GitHub Profile
@aldoborrero
aldoborrero / TikiMail Patch
Created October 26, 2011 18:17
This gist patch TikiMail in order to work with SwiftMailer instead of the original library (it's incomplete)
8,10d7
< /** Extension htmlMimeMail
< * set some default params (mainly utf8 as titi is utf8) + use the mailCharset pref from a user
< */
13c10,11
< include_once("lib/webmail/htmlMimeMail.php");
---
> require_once ('swift/swift_required.php');
>
15,124d12