Author Topic: How to set default body style for sent email  (Read 2559 times)

potion

  • Freshman
  • *
  • Posts: 25
    • View Profile
    • WorkgroupBase
How to set default body style for sent email
« on: 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?


potion

  • Freshman
  • *
  • Posts: 25
    • View Profile
    • WorkgroupBase
Re: How to set default body style for sent email
« Reply #1 on: 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

« Last Edit: April 26, 2012, 03:00:26 pm by potion »