You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15606.up

17 lines
401 B

use billing;
set autocommit=0;
INSERT INTO email_templates (reseller_id, name, from_email, subject, body)
VALUES
(NULL, 'admin_passreset_default_email', 'default@sipwise.com',
'Password reset email',
'Dear Customer,
Please go to [% url %] to set your password and log into your admin interface.
Your faithful Sipwise system
--
This is an automatically generated message. Do not reply.');
commit;