2022-01-01 13:38:12 +00:00
|
|
|
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
2021-06-01 12:20:20 +00:00
|
|
|
|
2017-04-26 11:28:32 +00:00
|
|
|
Signature.create_if_not_exists(
|
2018-12-19 17:31:51 +00:00
|
|
|
id: 1,
|
2021-11-15 15:58:19 +00:00
|
|
|
name: __('default'),
|
2018-12-19 17:31:51 +00:00
|
|
|
body: '
|
2017-04-26 11:28:32 +00:00
|
|
|
#{user.firstname} #{user.lastname}
|
|
|
|
|
|
|
|
--
|
|
|
|
Super Support - Waterford Business Park
|
|
|
|
5201 Blue Lagoon Drive - 8th Floor & 9th Floor - Miami, 33126 USA
|
|
|
|
Email: hot@example.com - Web: http://www.example.com/
|
|
|
|
--'.text2html,
|
|
|
|
updated_by_id: 1,
|
|
|
|
created_by_id: 1
|
|
|
|
)
|