Author Topic: global email template  (Read 2806 times)

Offline tim4dev

  • Newbie
  • *
  • Posts: 5
global email template
« on: April 29, 2010, 09:33:21 AM »
I'm a novice.

v.0.3.1

Is it possible to create global email template :
has an image at the top and a standard form signature at the bottom?

Where do I make changes?

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
global email template
« Reply #1 on: April 29, 2010, 10:45:19 AM »
Not that I know of, but it would be a really cool plugin!

Offline tim4dev

  • Newbie
  • *
  • Posts: 5
global email template
« Reply #2 on: April 29, 2010, 02:51:23 PM »
I.e. need to make a plugin (not skin) such as

Code: [Select]

...
$this->add_hook('message_compose', array($this, 'make_brandbook'));
...


I understand correctly?

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
global email template
« Reply #3 on: April 30, 2010, 09:46:53 AM »
Yes it wound need to be done using a plugin, not editing skin files.