SET autocommit=0; USE billing; UPDATE email_templates set from_email = 'Sipwise NGCP FaxServer ' WHERE name = 'fax_receive_ok_default_email' AND reseller_id IS NULL; COMMIT;