signatures.rb 440 B

12345678910111213141516
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. Signature.create_if_not_exists(
  3. id: 1,
  4. name: __('default'),
  5. body: '
  6. #{user.firstname} #{user.lastname}
  7. --
  8. Super Support - Waterford Business Park
  9. 5201 Blue Lagoon Drive - 8th Floor & 9th Floor - Miami, 33126 USA
  10. Email: hot@example.com - Web: http://www.example.com/
  11. --'.text2html,
  12. updated_by_id: 1,
  13. created_by_id: 1
  14. )