Feng Forum

Support => How To's => : potion April 26, 2012, 09:18:14 AM

: How to set default body style for sent email
: potion April 26, 2012, 09:18:14 AM
Quick Question (1.7.x):  How can I set the default font-family and font-size for sent emails?

: Re: How to set default body style for sent email
: potion April 26, 2012, 02:53:43 PM
FengOffice 1.7.5

File:
   application/controllers/MailController.class.php

Change Line 298:
  $css = "font-family:Arial,Verdana,sans-serif;font-size:18px;color:#222;";

FengOffice 2.0.x

File:
   plugins/mail/application/controllers/MailController.class.php

Change Line 334:
  $css = "font-family:Arial,Verdana,sans-serif;font-size:18px;color:#222