Re: [rt-users] Outgoing HTML mail part 2

2016-09-09 Thread raymond.teunissen
Chris,

Thanks! That did the trick. 

Regards,
Raymond

-Oorspronkelijk bericht-
Van: Christian Loos [mailto:cl...@netcologne.de] 
Verzonden: vrijdag 9 september 2016 13:40
Aan: Teunissen, Raymond; rt-users@lists.bestpractical.com
Onderwerp: Re: Outgoing HTML mail part 2

Sorry, I missed that you must also escape the braces, see 
https://metacpan.org/pod/Text::Template#Template-Parsing.

You have to change

body, table, td {font-family: Verdana, Geneva, sans-serif !important;}

to

body, table, td \{font-family: Verdana, Geneva, sans-serif !important;\}

Chris

Am 09.09.2016 um 13:24 schrieb raymond.teunis...@kpn.com:
> Hi Chris,
> 
> Thanks, i've tried it, but it doesn't seem to fix the issue for me. 
> 
> Couldn't compile template codeblock 'font-family: Verdana, Geneva, 
> sans-serif !important;': syntax error at template line 9
> 
> Raymond
> 
> -Oorspronkelijk bericht-
> Van: Christian Loos [mailto:cl...@netcologne.de]
> Verzonden: vrijdag 9 september 2016 13:18
> Aan: Teunissen, Raymond; rt-users@lists.bestpractical.com
> Onderwerp: Re: Outgoing HTML mail part 2
> 
> Hi,
> 
> you must add a blank line after the "Content-Type" line to separate headers 
> from body.
> 
> See also
> https://docs.bestpractical.com/rt/4.4.1/customizing/templates.html#Tem
> plates
> 
> Chris
> -
> RT 4.4 and RTIR training sessions, and a new workshop day! 
> https://bestpractical.com/training
> * Boston - October 24-26
> * Los Angeles - Q1 2017
> 

-
RT 4.4 and RTIR training sessions, and a new workshop day! 
https://bestpractical.com/training
* Boston - October 24-26
* Los Angeles - Q1 2017


Re: [rt-users] Outgoing HTML mail part 2

2016-09-09 Thread Christian Loos
Sorry, I missed that you must also escape the braces, see
https://metacpan.org/pod/Text::Template#Template-Parsing.

You have to change

body, table, td {font-family: Verdana, Geneva, sans-serif !important;}

to

body, table, td \{font-family: Verdana, Geneva, sans-serif !important;\}

Chris

Am 09.09.2016 um 13:24 schrieb raymond.teunis...@kpn.com:
> Hi Chris,
> 
> Thanks, i've tried it, but it doesn't seem to fix the issue for me. 
> 
> Couldn't compile template codeblock 'font-family: Verdana, Geneva, sans-serif 
> !important;': syntax error at template line 9
> 
> Raymond
> 
> -Oorspronkelijk bericht-
> Van: Christian Loos [mailto:cl...@netcologne.de] 
> Verzonden: vrijdag 9 september 2016 13:18
> Aan: Teunissen, Raymond; rt-users@lists.bestpractical.com
> Onderwerp: Re: Outgoing HTML mail part 2
> 
> Hi,
> 
> you must add a blank line after the "Content-Type" line to separate headers 
> from body.
> 
> See also
> https://docs.bestpractical.com/rt/4.4.1/customizing/templates.html#Templates
> 
> Chris
> -
> RT 4.4 and RTIR training sessions, and a new workshop day! 
> https://bestpractical.com/training
> * Boston - October 24-26
> * Los Angeles - Q1 2017
> 

-
RT 4.4 and RTIR training sessions, and a new workshop day! 
https://bestpractical.com/training
* Boston - October 24-26
* Los Angeles - Q1 2017


Re: [rt-users] Outgoing HTML mail part 2

2016-09-09 Thread raymond.teunissen
Hi Chris,

Thanks, i've tried it, but it doesn't seem to fix the issue for me. 

Couldn't compile template codeblock 'font-family: Verdana, Geneva, sans-serif 
!important;': syntax error at template line 9

Raymond

-Oorspronkelijk bericht-
Van: Christian Loos [mailto:cl...@netcologne.de] 
Verzonden: vrijdag 9 september 2016 13:18
Aan: Teunissen, Raymond; rt-users@lists.bestpractical.com
Onderwerp: Re: Outgoing HTML mail part 2

Hi,

you must add a blank line after the "Content-Type" line to separate headers 
from body.

See also
https://docs.bestpractical.com/rt/4.4.1/customizing/templates.html#Templates

Chris
-
RT 4.4 and RTIR training sessions, and a new workshop day! 
https://bestpractical.com/training
* Boston - October 24-26
* Los Angeles - Q1 2017


Re: [rt-users] Outgoing HTML mail part 2

2016-09-09 Thread Christian Loos
Hi,

you must add a blank line after the "Content-Type" line to separate
headers from body.

See also
https://docs.bestpractical.com/rt/4.4.1/customizing/templates.html#Templates

Chris
-
RT 4.4 and RTIR training sessions, and a new workshop day! 
https://bestpractical.com/training
* Boston - October 24-26
* Los Angeles - Q1 2017