Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: tim4dev on April 29, 2010, 09:33:21 AM

Title: global email template
Post by: tim4dev 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?
Title: global email template
Post by: SKaero on April 29, 2010, 10:45:19 AM
Not that I know of, but it would be a really cool plugin!
Title: global email template
Post by: tim4dev on April 29, 2010, 02:51:23 PM
I.e. need to make a plugin (not skin) such as


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


I understand correctly?
Title: global email template
Post by: SKaero on April 30, 2010, 09:46:53 AM
Yes it wound need to be done using a plugin, not editing skin files.