Revert "Merge branch '145-plain-text-mail-cannot-be-send-by-email_mr' into 'develop'"

This reverts merge request !863
This commit is contained in:
vgilc 2017-10-16 16:44:16 +02:00
parent db11068838
commit 1838a6b30a
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
START TRANSACTION;
UPDATE `talert_commands`
SET `description` = 'This alert send an email using internal Pandora FMS Server SMTP capabilities (defined in each server, using:
_field1_ as destination email address, and
_field2_ as subject for message. 
_field3_ as text of message. 
_field4_ as content type (text/plain or html/text).',
`fields_descriptions` = '[\"Destination address\",\"Subject\",\"Text\",\"Content Type\",\"\",\"\",\"\",\"\",\"\",\"\"]',
`fields_values` = '[\"\",\"\",\"_html_editor_\",\"_content_type_\",\"\",\"\",\"\",\"\",\"\",\"\"]'
WHERE id=1;
UPDATE `talert_actions`
SET `field4` = 'text/html',
`field4_recovery` = 'text/html'
WHERE id = 1;
COMMIT;